WHERE LogTime BETWEEN '2010-08-01' AND '2010-08-19' html
oracle 查詢 某一時間段內的數據 oracle
select * from 表名 where 時間列 between to_date('2016-01-01','yyyy-mm-dd') and to_date('2017-09-18','yyyy-mm-dd')spa