设置存取时间列 默认值为当前时间:大概是这样,你试试alter table tab alter 存取时间 default getdate();
插入的时候后面加一列insert into Table (a,b,存取时间) values(值,值2,sysdate)