select * from 表名 where CSex='男' and CLevel='部长' and CGrade is null
某列为空(空符合所有属性)符合所有属性了的,那就不需要把它作为条件了的.
select * from table_name where CSex='男' and CGrade is null and CLevel='部长'
没必要写这个条件啊 CGrade=null 把这个去掉就是你要的数据