Why should ALTER COLUMN change the column number, i.e. position?
Because it creates a NEW column.
It may be that programmers should not rely on this, but it happens, and in veryThis is *expected* if behaviour if you delete and add columns; is there any DB system out there that allows to reshuffle the column ordering?
large projects. If we can avoid unexpected side-affects like moving the
columns position, then I think we should.
MySQL
Chris
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])