Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Alter column order

    SELECT colname1, colname2, colname5, colname4, colname3 into NewTableName from OldTableName

    **this will create at NewTable with columns in the above sequence.

Viewing post 1 (of 1 total)