不同的数据库对 BETWEEN...AND 操作符的处理方式是有差异
select * from person where name between "Apple" and "Tom"
select * from person where name not between "Apple" and "Tom"
不同的数据库对 BETWEEN...AND 操作符的处理方式是有差异
select * from person where name between "Apple" and "Tom"
select * from person where name not between "Apple" and "Tom"
本文标题:BETWEEN...AND
本文链接:https://www.haomeiwen.com/subject/epjgpxtx.html
网友评论