Re: Bug #765: 'IS NULL' versus '= NULL'

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: bhuvansql(at)myrealbox(dot)com, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug #765: 'IS NULL' versus '= NULL'
Date: 2002-09-14 13:52:24
Message-ID: Pine.LNX.4.44.0209141551250.1307-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> Eventhough my_table contain a record with id as null, the last 2 sqls
> are not resulting that record. Why?

Because they're not the right commands to do that kind of thing. Please
read the chapter on operators and functions in the User's Guide.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2002-09-14 13:53:49 Re: Bug #766: version difference creates problem
Previous Message pgsql-bugs 2002-09-14 13:02:32 Bug #766: version difference creates problem