"Holly Chamberlain" <[EMAIL PROTECTED]> wrote:
> 
> Does anyone have a good site that contains the current SQL standard? Or
> does anyone know is ISNULL() and IFNULL(), and similar null testing
> functions, standard SQL or extensions to SQL?

No, there are no such functions in the SQL-99. In the standard you can find IS [NOT] 
NULL to see if value is NULL or not.

> 
> Thanks! I'm porting from Sybase SQLAnywhere to MySQL and just found what
> worked in Sybase (ISNULL()) now appears to have to be IFNULL() --- this
> is a real bummer because I didn't want to have to change ANY of my
> application code..
> 


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to