标识列 在任意编号位置插入数据

it2024-08-07  45

SET   IDENTITY_INSERT   users   on

insert into users(userID,userName,userPwd) values(3,'ffffff','fdsaf')

SET   IDENTITY_INSERT   users   off

转载于:https://www.cnblogs.com/terrorpig/archive/2008/11/22/1338886.html

相关资源:入门学习Linux常用必会60个命令实例详解doc/txt
最新回复(0)