Add a column to the table

xiaoxiao2021-03-06  91

--Create Table dbo.test (ID char (10) Not null, [Desc] char (10) null) on [primary]

--Alter Table DBO.TEST ADD CONSTRAINT PK_TEST PRIMARY Key Clustered (ID) ON [PRIMARY];

--Alter Table dbo.test add [column2] char (10);

转载请注明原文地址:https://www.9cbs.com/read-96867.html

New Post(0)