2016年8月19日
摘要: -- 转换字符串为日期格式 to_date('2014-05-17 14:41:59','yyyy-mm-dd hh24:mi:ss') -- 查看当前服务器时间 select to_char(sysdate,'yyyy-mm-dd hh24:mi:ss') from dual 参考:http:// 阅读全文
posted @ 2016-08-19 15:49 z5337 阅读(188) 评论(1) 推荐(0)