IFNULL

IFNULL(aValue, bValue)

Description

Returns the value of 'a' if it is not null, otherwise 'b'.

Examples

IFNULL(NULL, '')

Updated about 5 years ago