2025年7月2日
摘要: -- 格式化日期to_char(日期,格式) -- 当前日期 select to_char(sysdate,'yyyyMMdd') from dual; -- 当前日期加(减)7天 年月日时分秒 SELECT SYSDATE - INTERVAL '7' DAY FROM DUAL ; -- 当前日 阅读全文
posted @ 2025-07-02 17:27 oppen 阅读(9) 评论(0) 推荐(0)