位置:首頁 > 軟件操作教程 > 數據分析 > SQL > 問題詳情

SQL操作應用——between的用法,between限制查詢數據范圍時包括了邊界值,not between不包括

提問人:ylm發(fā)布時間:2020-09-30

between的用法,between限制查詢數據范圍時包括了邊界值,not between不包括
select * from table1 where time between time1 and time2
select a,b,c, from table1 where a not between 數值1 and 數值2

繼續(xù)查找其他問題的答案?

相關視頻回答
回復(0)
返回頂部