The following MySQL statement returns the first expression, i.e. 0, since the first expression is not NULL. Code: SELECT IFNULL(0,2);. Sample ...
確定! 回上一頁