mysql if 、ifnull、is not null 和isnull函數

1、IF函數  表達式:IF(expr1,expr2,expr3)  知足條件expr1即條件expr1返回true  則expr2不然就是expr3 返回false  做爲排序條件使用時 放在order by 後  eg:  1. SELECT IF(1=1,2,3); 則輸出2  2.SELECT IF(1=2,2,3);則輸出3  select * from test_table order
相關文章
相關標籤/搜索