Re: Problem with the postgresql operator.

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: KH Lim <limspirit(at)hotmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Problem with the postgresql operator.
Date: 2002-01-15 10:35:22
Message-ID: 1011090923.9010.32.camel@linda
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, 2002-01-15 at 06:39, KH Lim wrote:
> Dear All,
>
> What is the correct operator for not equal to in select statement? I'm a bit confuse.
>
> Situation
>
> Let say I want to select stock_key from stock_lot with the condition stock_lot's lot_no is not equal to stocks' lot_no. What select statement should I use?

The operator is !=

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C

"For I know that my redeemer liveth, and that he shall
stand at the latter day upon the earth"
Job 19:25

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Steve Boyle (Roselink) 2002-01-15 11:32:50 Re: On delete cascade!
Previous Message KH Lim 2002-01-15 06:39:54 Problem with the postgresql operator.