修改数据库ID

 set  IDENTITY_INSERT Store ON

insert into Store(Id,CreatedOn, CreatedBy)
select  Id, CreatedOn, CreatedBy
from [dbo].[Store]
where code = '200140';

set  IDENTITY_INSERT Store Off 
posted @ 2019-08-12 15:47  suifengpiao  阅读(329)  评论(0编辑  收藏  举报