Hi,
does anyone know how to change the column order in a table ? Especially when joining tables via UNION it is
extremely important to have the columns of all tables in the same order.
When removing / adding columns from a query, it seems the column order is partly detemined by the order of the original dataset and in which order they where removed / added in the query. I have not yet found a logic I can depend on though.
A function where I can order the columns how I want them to appear in the final table would be awseome, does anyone know of such functionality ?
Cheers,
Tonio