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

serialno is null     判断为空app

判断不为空:code

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

where (not serialno is null)