Insert a new column in the table and set the default value

xiaoxiao2021-03-05  21

One way: ALTER TABLE [Name] Add [Add Field Name] [INT] Constraint Added Added Field Name Default Default NOT NULL Go

Another way:

ALTER TABLE Name Add Add Added Field Name INT Not Null Default (Default)

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

New Post(0)