Oracle数据库中插入日期型数据(to_date的用法)(转载)
摘要:往Oracle数据库中插入日期型数据(to_date的用法) INSERT INTO FLOOR VALUES ( to_date ( '2007-12-20 18:31:34' , 'YYYY-MM-DD HH24:MI:SS' ) ) ; 查询显示:2007-12-20 18:31:34.0 I
阅读全文
posted @ 2016-12-15 16:22