|
2 |
edited tags
|
||
|
1 |
|
||
Is there any reason to worry about the column order in a table?I know you can ALTER the column order in MySQL with FIRST and AFTER, but why would you want to bother? Since good queries explicitly name columns when inserting data, is there really any reason to care what order your columns are in in the table?
|
||||
