MySQL中的isnull、ifnull和nullif函數用法

is not null isnullexpr 使用限制 ifnullexpr1expr2 nullifexpr1expr2 is not null select * from test where name is not null; isnull(expr) 如expr爲null,那麼isnull()的返回值爲1,不然返回值爲0。 mysql mysql>select isnull(1+1);
相關文章
相關標籤/搜索