version 6.5.3 deletion - Mailing list pgsql-general

From john
Subject version 6.5.3 deletion
Date
Msg-id YnHF7.149$QU1.12113@typhoon.maine.rr.com
Whole thread Raw
List 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



pgsql-general by date:

Previous
From: lluong@home.com
Date:
Subject: pg_restore
Next
From: "john"
Date:
Subject: Equate for "describe table" ?