between and是包括等号的,如果是not的话就应该是不包括的。这个很容易验证。可以进行如下验证:between 2 and 5看看包不包括2和5,然后再加上not进行检索即可验证
具体的数据库是不一样的,有的数据包括有的不包括,sql server中 between and 包括等于的,那么 not between and 就不包括等于,你可以在你的数据库上试一试。
不包括它是 between and 取反 between and 是包括等号的