Home
Tech
Login
6mi
u
盘
搜
搜 索
Tech
Change the Code field of a table into an automatic number field
Change the Code field of a table into an automatic number field
xiaoxiao
2021-03-06
62
ALTER TABLE T1 DROP Column Code
Go
Alter Table T1 Add Code Int Id Intity (1, 1)
Go
转载请注明原文地址:https://www.9cbs.com/read-111084.html
9cbs
New Post
(
0
)