select * from Item where ISNULL(name,'')='' select * from Item where name is null or datalength(name)=0
无论name=''或者name为null都可以查到