摘要: · IF(expr1,expr2,expr3) · IF(expr1,expr2,expr3) 如果 expr1 是TRUE (expr1 <> 0 and expr1 <> NULL),则 IF()的返回值为expr2; 否则返回值则为 expr3。IF()的返回值为数字值或字符串值,具体情况视其 阅读全文
posted @ 2016-10-18 15:45 Sea111 阅读(13749) 评论(0) 推荐(0) 编辑