Viewing post 1 (of 1 total)
SELECT colname1, colname2, colname5, colname4, colname3 into NewTableName from OldTableName
**this will create at NewTable with columns in the above sequence.
March 25, 2013 at 10:15 am
#1600393