Function MySQL

IFNULL(expr1, expr2) corresponds to IF(ISNULL(expr1), expr2, expr1)