Oracle中查询当前时间、时间格式化方法
摘要:
Oracle中如何获取系统当前时间 select to_char(sysdate,'yyyy-mm-dd hh24:mi:ss') from dual; ORACLE里获取一个时间的年、季、月、周、日的函数 select to_char(sysdate, 'yyyy' ) from dual; -- 阅读全文
posted @ 2019-08-24 18:09 癫狂编程 阅读(1503) 评论(0) 推荐(0)