mysql查找收入在2000~3000之间的所有记录 select * from salary where InCome>'2000' end InCome

来源:学生作业帮助网 编辑:作业帮 时间:2024/06/25 16:09:57

mysql查找收入在2000~3000之间的所有记录 select * from salary where InCome>'2000' end InCome

select * from salary where InCome>'2000' and InCome