oracle,sql语句里插入当前的系统时间

insert into table (time )values(to_char(sysdate, 'yyyy-mm-dd hh24:mi:ss'))

update table  set  timeto_char(sysdate, 'yyyy-mm-dd hh24:mi:ss')
 

猜你喜欢

转载自blog.csdn.net/cxfjava/article/details/84589632
今日推荐