随笔 - 105
文章 - 0
评论 - 10
阅读 -
14万
10 2016 档案
oracle date change
摘要:select to_char(sysdate,'yyyy') from dual; 2016select to_number(to_char(sysdate,'MM'))||'月' from dual; 7月 SELECT 'V'||(to_char(SYSDATE,'iw') -to_char(l
阅读全文