MySQL Forums
Forum List  »  MySQL Administrator

Re: Missing column positioning commands
Posted by: alex moreno
Date: March 07, 2011 03:40PM

Hello Tom
I have never heard about this syntax - (second,third,fourth). I know that you could say which column will be FIRST - 'ALTER TABLE my_table MODIFY COLUMN my_column FIRST', or you could place column after another column - 'ALTER TABLE my_table MODIFY COLUMN my_column AFTER id'.

Options: ReplyQuote


Subject
Written By
Posted
Re: Missing column positioning commands
March 07, 2011 03:40PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.