我想查询salary表的薪水是0到2000是下面的写法,在本地SQL查询中我想查所有的的是怎么写?要有between and.
select * from salary where price between 0 and 2000;