手动插入更新标致自增列
时间:2014-08-14 16:17:08
收藏:0
阅读:325
设置标识列自增开关,然后手动插入指定标识的行。
1、首先:
SQL code:set identity_insert TB_Menu ON --关闭标识的自增,设置为可手动插入
原文:http://www.cnblogs.com/Shaina/p/3912415.html
评论(0)