Oracle 查詢:一小時內、一天內、一週內等

有時,咱們常常會遇到須要咱們查詢一小時內、一天內、一週內等時間段的數據。這時,就能夠用oracle提供的sysdate。web -- 查詢一小時內的數據 select * from XXXX_Table where sysdate-1/24 <= ApplyTime -- 查詢一天內的數據 select * from XXXX_Table where sysdate-1 <= ApplyTime
相關文章
相關標籤/搜索