最惊艳sql查询语句
elect * from table1 where 工资>2500 and 工资<3000 //同上
elect 姓名 from table1 where 性别=Ɔ' and 工资='
elect * from table1 where not 工资= 3200
elect * from table1 order by 工资desc //将工资按照降序排列
elect * from table1 order by 工资 asc //将工资按照升序排列