Tuesday, September 13, 2011
ALTER TABLE ADD MULTIPLE COLUMNS IN SQL - SQL TIPS
Do you like this story?
ALTER TABLE ADD MULTIPLE COLUMNS - SQL
How to add multiple columns in single alter statement in sql?
ALTER TABLE Employee
ADD
ContactNo varchar(50),
MobileNo varchar(50),
Email varchar(50),
ReEnterEmail varchar(50);
Hope this tip will be helpful...Feel free to comment...
This post was written by: Fenil Desai
Fenil Desai is a professional blogger, ASP.NET Developer and a cricketer. Follow him on Twitter