How does one search for null values?
[prev]
[thread]
[next]
[Date index for 2004/05/04]
I need to search a table for records with field1 IS NULL.
Is there a way to do this with the search method of my table's class?
I tried Class->search(field1 => undef) and search(field1 => '') but
neither would return the records I'm interested in.
Thanks,
Alex
|
How does one search for null values?
Alexander Karelas 13:32 on 04 May 2004
|