select * from 表名 where 字段名 is null;
is null
"数字类型为空"看不懂,只知道允许表字段为空值是不是这个意思:select * from 表名 where 字段名 is null;