SQL server:查询条件中判断某字段不为空

来源:互联网 发布:android 读取蓝牙数据 编辑:程序博客网 时间:2024/05/16 05:29

serialno is null     判断为空

判断不为空:

select serialno,applyno,examcode,examname,hisordercode,hisordername,itemtype,xmsl,itemunit,addtype from Lis_AcceptItems 

where (not serialno is null)
0 0
原创粉丝点击