标签:问题 sp c ad sql table bs r 方法
前几天遇到一问题,试了很久,最后终于ok了,记下来,和大家分享下,
不多说
总结的具体方法:
1、alter table Writings add ID1 int
2、update Writings set id1=id
3、alter table Writings drop column id
4、exec sp_rename ‘ID1‘, ‘id‘, ‘column‘
注:有时候删除不掉 直接在表删除ok
标签:问题 sp c ad sql table bs r 方法
原文地址:http://www.cnblogs.com/weixi/p/3957627.html