select * from tableA where field1=null 我这样写,不对出不出任何记录 请求正确写法 问题点数:10、回复次数:1Top
select * from tableA where field1 is nullTop