| Mysql coalesce select not null value |
|
|
Mysql coalesce selects the first not-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.
|
| Mysql - Select non value mysql query |
| The topic on Mysql - Mysql coalesce select not null value is posted by - Maha |
Hope you have enjoyed, Mysql - Mysql coalesce select not null value . Thanks for your time.
|