1.select count(*) as num from 表名 where 工资 >= 250 and 工资 <= 3202.select count(*) as num from 表名 where 职位='工程师' and 性别='男'3。select count(*) as num from 表名 where 婚否=1 and 民族='汉'