SQL操作應(yīng)用——between的用法,between限制查詢數(shù)據(jù)范圍時(shí)包括了邊界值,not between不包括
提問人:ylm發(fā)布時(shí)間:2020-09-30
between的用法,between限制查詢數(shù)據(jù)范圍時(shí)包括了邊界值,not between不包括
select * from table1 where time between time1 and time2
select a,b,c, from table1 where a not between 數(shù)值1 and 數(shù)值2
繼續(xù)查找其他問題的答案?
相關(guān)視頻回答
點(diǎn)擊加載更多評(píng)論>>