SQL Server常用操作(待续)

-- SQL Server 增加自增ID列
alter table tablename add id int identity(1,1)
posted @ 2021-09-25 10:35  hank-li  阅读(109)  评论(0编辑  收藏  举报