oracle_sql_取當前時間18到7天前的18點之間的資料

wangzhensheng發表於2009-11-13
select user_mobile, count(*) from t_query_log where application ='wap' and
query_time >= to_date(to_char(trunc(sysdate-7),'yyyy-mm-dd')||' 18:00:00','yyyy-mm-dd hh24:mi:ss') and
query_time <= to_date(to_char(trunc(sysdate),'yyyy-mm-dd')||' 18:00:00','yyyy-mm-dd hh24:mi:ss')[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8806316/viewspace-1028705/,如需轉載,請註明出處,否則將追究法律責任。

相關文章