Sometimes IFNULL function can be also enough (http://sqlite.org/lang_expr.html).

----- Original Message ----- From: "Witold Czarnecki" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Sunday, March 06, 2005 2:21 PM
Subject: Re: [sqlite] Does sqlite has isnull function?



You may use operator "ISNULL" instead. For example "SELECT x FROM table WHERE y ISNULL".

Best reagrds,
Witold

----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Sunday, March 06, 2005 2:12 PM
Subject: [sqlite] Does sqlite has isnull function?



Hi All,

I don't think sqlite support isnull function, but I wonder is there other function has same functionality but different name?

thanks,

Ming




Reply via email to