Is there an SQL command on the AS400/iSeries/System-i/whatever to add a column to a table in a specific ordinal position, or moving an existing column to a different position?
|
|
No. The ALTER TABLE statement will allow you add a column to a table, but, according to the documentation:
If you'd like to change the order of columns in your table, your best bet is to:
|
||||
|
