Subject | Re: [firebird-support] Equivalant if IsNull() function in FireBird |
---|---|
Author | Martijn Tonies |
Post date | 2007-02-22T07:46:49Z |
Hi,
WHERE mycolumn IS NULL
?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
> What is the equiv. of IsNull() in FireBird. I want to check if aIf you want to check for NULL, why don't you just use:
> value is null in the WHERE clause of a SELECT statement.
WHERE mycolumn IS NULL
?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com