SQL 查询某字段id为空(不为空)

1 sql 查询某字段id为空sql        select *  from  表名 where  id  is   null  ;spa   2 sql 查询某字段id不为空select       select * from   表名  where id  is  not  null;查询   或 select * from   表名  where id  <> null;     //
相关文章
相关标签/搜索