This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE table_name | |
ADD column_name datatype | |
-- example | |
ALTER TABLE schClients.tSenders_ | |
ADD Confirmed BIT NOT NULL DEFAULT 0 | |
GO |
No comments:
Post a Comment