oracle獲取sysdate一個月前的日期,一年前的日期

[code] select add_months(sysdate,-1),add_months(sysdate,-12) from dual [/code]
相關文章
相關標籤/搜索