If expr1 is not NULL , IFNULL() returns expr1 ; otherwise it returns expr2 . mysql> SELECT IFNULL(1,0); ...
確定! 回上一頁