Payne-SeediqBale

MySQL中使用了<> 进行条件过滤,结果字段中有NULL 的值也被过滤了

and type<>18

解决办法:

and (type<>18  or type is null)

 

分类:

技术点:

相关文章: