oracle to_date 和to_char格式
to_date('2004-05-07 13:23:44','yyyy-mm-dd hh24:mi:ss')
to_char(sysdate,'yyyy-mm-dd hh24:mi:ss')
发布时间: 2013-03-01 18:33:02 作者: rapoo
oracle to_date 和to_char格式
to_date('2004-05-07 13:23:44','yyyy-mm-dd hh24:mi:ss')
to_char(sysdate,'yyyy-mm-dd hh24:mi:ss')