|
|
|
|
|
by rangerelf
1264 days ago
|
|
The order of the columns in your table creation statements is irrelevant to the order of how the columns return to you in your queries. Your select statement specified the order of your result columns in your result set. Your visualization tools should have the option to reorder the displayed columns to your liking or need. |
|
verbal examples : discussion on various ways to reorder columns : https://stackoverflow.com/questions/1605144/how-to-change-co...