ifnull(expr1,expr2)<>expr3是什么意思
ifnull(expr1,expr2) ----如果 expr1 不是 NULL,IFNULL() 返回 expr1,否则它返回 expr2。<>不等于
这样理解不知道对不对