MySQL Coalesce - selects non- null value - Mysql Views : 472
Tagged in : Mysql
1 0
Send mail
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 .