version 6.5.3 deletion

From: "john" <servobit(at)m(dot)r(dot)c>
To: pgsql-general(at)postgresql(dot)org
Subject: version 6.5.3 deletion
Date: 2001-11-06 01:52:56
Message-ID: YnHF7.149$QU1.12113@typhoon.maine.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I'm pulling "null" values from one row in the database (using the Postgres
JDBC driver) via java...

but I don't see any rows that contain null fields?

e.g. select * from my_table where my_field is null;

returns 0

delete from my_table where my_field is null;

returns 0

Any ideas?

Thanks,

John

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-11-06 02:24:00 Re: Porting Web application written in Oracle 8 PL/SQL to Postgresql
Previous Message Command Prompt, Inc. 2001-11-06 00:30:33 Re: Drop column and multiple db query