2018年11月29日

oracle中to_date详细用法示例(oracle日期格式转换)

摘要: 1. 日期和字符转换函数用法(to_date,to_char) select to_char(sysdate,'yyyy-mm-dd hh24:mi:ss') as nowTime from dual; //日期转化为字符串 select to_char(sysdate,'yyyy') as now 阅读全文
posted @ 2018-11-29 15:51 ~handsome 阅读(49406) 评论(0) 推荐(1) 编辑