We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
select * from apple where (provider='苹果' and minPrice>=5000) or productCode=404
select * from apple where minPrice range in (1,3]; select * from apple where minPrice >1 or minPrice <=3;