List:General Discussion« Previous MessageNext Message »
From:Victoria Reznichenko Date:October 21 2003 12:39pm
Subject:Re: What is SQL Standard: ISNUL()L, IFNULL() ?
View as plain text  
"Holly Chamberlain" <hollyc@stripped> 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
 / /|_/ / // /\ \/ /_/ / /__   Victoria.Reznichenko@stripped
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




Thread
What is SQL Standard: ISNUL()L, IFNULL() ?Holly Chamberlain18 Oct
  • Re: What is SQL Standard: ISNUL()L, IFNULL() ?Victoria Reznichenko21 Oct