删除表数据的问题?如题:表数据全部清除后,怎么让ID重新从1开始自动升序?[解决办法]alter table t drop column id alter table t add id int identity(1,1)[解决办法]重建id