How to do - MS SQL C# Excel Access
Thursday, 22 November 2018
MSSQL - Add multiple columns to table in one sql statement
Watch this example on YouTube
Alter Table Orders
Add
Column1 bit,
Column2 int,
Column3 varchar(30);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment