IF 表达式IF( expr1 , expr2 , expr3 )expr1 的值为TRUE,则返回值为expr2expr1 的值为FALSE,则返回值为expr3如下:SELECT IF(TRUE,1+1,1+2);-> ...
確定! 回上一頁