2012年4月3日星期二

查询某个值为空或者不为空

select * from TABLE where X is not NULL;
select * from TABLE where X is NULL;

没有评论:

发表评论