Doug White-244432
SSC Enthusiast
Points: 117
More actions
July 7, 2005 at 11:42 pm
#186576
Hey,
Can anyone tell me how i can write an sql that can add a column near the start of a table, as opposed to putting it at the end ?
Thanks
Dougwa
Dinesh Asanka
SSChampion
Points: 11058
July 8, 2005 at 12:03 am
#572174
I don't think u can to this in simple way
other wise
1. Make a data backup of the existing table to temp table
drop the table
recreate the table again
put data back to the new table
drop the temp table
My Blog: http://dineshasanka.spaces.live.com/
Greg Charles
SSC-Forever
Points: 45403
July 12, 2005 at 9:40 am
#573469
I agree with Dinesh and I'll add that, practically, the order of columns in a tabe doesn't matter.
Greg
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply