oracle 时间的定义表actor中有一列current_time 想在给这个表中插入数据时,自动获取本机当前时间赋给该列请问:该列的属性和相关的SQL语句怎么定义?[解决办法]属性date 取sysdate[解决办法]
alter table actor modify current_time default sysdate;