oracle 获取数据库时间

insert into DEPOSITORY
  (id,
   name,
   Createtime,
   Createuser,
   Ismodified,
   Modifytype,
   ischecked,
   Remarks)
values
  (6,
   'aaa',sysdate,//sysdate即为数据库时间
   'bbb',
   1,
   0,
   0,
   '')

posted @ 2013-05-22 15:13  忆如梨花  阅读(457)  评论(0编辑  收藏  举报