Subject | Re: [firebird-support] Comparing Empty Fields |
---|---|
Author | Martijn Tonies |
Post date | 2004-06-26T15:44:10Z |
Hi,
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> I'm trying to select records in which some fields are emptyIf they are NULL, the (3) should work just fine.
> (NULL).
> Missing tryes:
>
> 1) SELECT * FROM SPONSORS
> where PDAY = NULL
>
> 2) SELECT * FROM SPONSORS
> where PDAY = 'NULL'
>
> 3) SELECT * FROM SPONSORS
> where PDAY is NULL
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com