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;     //
相關文章
相關標籤/搜索