MySQL Coalesce - selects non- null value - Mysql Views : 417
Tagged in : Mysql
Send mail vote down 1 vote down 0
MySQL Coalesce
It selects the first non-null value of its arguments.
Syntax:
coalesce(value,..):
It returns the first non NULL value in the list. If there are no non-NULL values then it returns NULL.

By - Nirmala, On - 2010-01-08




    Login to add Comments .