日期:2014-05-17 浏览次数:20563 次
--添加时间字段 alter table tb add inserttime datetime default(getdate()) go --然后 select * from TB order by inserttime asc