Non Zeos ALTER TABLE question
Posted: 28.03.2007, 14:17
Hello,
I searched through the SQL reference doc, various forums, ... but did not find any authoritative answer regarding this question :
When you change a table structure to add a column(s) using ALTER TABLE ADD..., are the column(s) *always* added at the end of the table structure ? (I know you can reposition them if needed).
Any ideas ?
I searched through the SQL reference doc, various forums, ... but did not find any authoritative answer regarding this question :
When you change a table structure to add a column(s) using ALTER TABLE ADD..., are the column(s) *always* added at the end of the table structure ? (I know you can reposition them if needed).
Any ideas ?