摘要: 1、使用to_char先转为字符型,在使用to_date再转为日期型 select to_date(to_char(systimestamp,'yyyy/mm/dd hh24:mi:ss'),'yyyy/mm/dd hh24:mi:ss') from dual; 2、使用SYSTIMESTAMP+0 阅读全文
posted @ 2021-04-09 10:33 奇异宝 阅读(231) 评论(0) 推荐(0) 编辑