在SQL中筛选字段值为空。

先选择temp字段  条件中选择  where    手工在 where id 后输入
is null如果是文本类还可以用=""


整个sql句大至如下

select * from tablename where temp is null
posted @ 2005-04-26 11:23  泡面 @ 幸福  阅读(2406)  评论(0)    收藏  举报