摘要:a. oracle plsql 如何查询两个间隔日期之间的数据1) 方法一:Select * from Tables where time >= to_date('2013-01-02 19:00:00','yyyy-mm-dd hh24:mi:ss') and time select sysdate ,to_char(sysdate,'hh') from dual; SYSDATE TO_CHAR(SYSDATE,'HH') -------------------- --------------------- 2003-1
阅读全文