IF 函数
语法:`IF`(expr1,expr2,expr3);
当expr1为ture时,值为expr2,当expr1为false时,值为expr3。
如:
IFNULL 函数
语法:IFNULL(expr1,expr2);
如果 expr1 不是 NULL,IFNULL() 返回 expr1,否则它返回 expr2。
如:
CONCAT 函数
语法:CONCAT(str1,str2,...);
拼接字符或字段str1,str2,…,str可以是字段。
如:
IF 函数
语法:`IF`(expr1,expr2,expr3);
当expr1为ture时,值为expr2,当expr1为false时,值为expr3。
如:
IFNULL 函数
语法:IFNULL(expr1,expr2);
如果 expr1 不是 NULL,IFNULL() 返回 expr1,否则它返回 expr2。
如:
CONCAT 函数
语法:CONCAT(str1,str2,...);
拼接字符或字段str1,str2,…,str可以是字段。
如: