Contributor
6622 Points
1743 Posts
May 05, 2014 05:40 AM|Ajay2707|LINK
Hi Dear,
You can add the column same as above other column add. You did not mention that table name of these columns.
For example , StartDistance and EndDistance is from same tablename suppose cardata , then just before the "From" cluase add it. as
, --give here comma to continue A.StartDistance, EndDistance FROM .....
Contributor
6622 Points
1743 Posts
Re: how to add 2 more columns to my table
May 05, 2014 05:40 AM|Ajay2707|LINK
Hi Dear,
You can add the column same as above other column add. You did not mention that table name of these columns.
For example , StartDistance and EndDistance is from same tablename suppose cardata , then just before the "From" cluase add it. as