摘要: Oracle 函数获取时间的年份和月份获取年份SELECT extract(year from sysdate) from dual;获取月份SELECT extract(month from sysdate) from dual; 阅读全文
posted @ 2013-05-20 15:12 卡卡。冰 阅读(6472) 评论(0) 推荐(0)
摘要: 处理特殊数据时,需要建一个表来装临时的数据,通过create table xxx as select ... 来创建 阅读全文
posted @ 2013-05-20 11:54 卡卡。冰 阅读(350) 评论(0) 推荐(0)