sql语句中字段非空的判断

select * from table where column1 is not null.......
如果不是判断非空,而是判断不等于某值:select * from table where column1 !='...'

posted on 2007-11-26 15:23  TonnyX  阅读(4403)  评论(0编辑  收藏  举报

导航