However.
I've rearranged two (just two) columns in the new structure (and it's pretty crucial how they're ordered); I've read into it, and I'm pretty sure it's not possible to easily rearrange columns. You have to recreate the table. I do however have quite a lot of data in it (to be exact, 30.324 rows), so I'll want that exported as well. Recreating the table really isn't a problem, it moreso is a problem to get all the data over into the new table.
I'm thinking I need to use SELECT .. INTO, is this correct? If so, how would I go about it?