version 6.5.3 deletion

Started by johnover 24 years ago1 messagesgeneral
Jump to latest
#1john
servobit@m.r.c

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