August 2010
Intermediate to advanced
526 pages
23h 39m
English
ifnull() — Return first non-NULL argument
ifnull(param1,param2)
The ifnull() function is basically a fixed
two-parameter version of coalesce(). If
is not NULL, it is returned. If param1
is NULL, param1
is returned.param2
Read now
Unlock full access