phpbar.de logo

Mailinglisten-Archive

AW: [php] Re: MySQL - Reihenfolge der Felder physikalisch ändern.

AW: [php] Re: MySQL - Reihenfolge der Felder physikalisch ändern.

Christian Rütgers christian.ruetgers at grintsch.com
Mit Aug 3 15:03:12 CEST 2005


Dazu mal ein Blick in die Doku:

http://dev.mysql.com/doc/mysql/en/alter-table.html


In MySQL 3.22 or later, you can use FIRST or AFTER col_name to add a column
at a specific position within a table row. The default is to add the column
last. From MySQL 4.0.1 on, you can also use FIRST and AFTER in CHANGE or
MODIFY operations.

Also bei dir kein Alter sondern Modify oder Change und das erst ab mySQL
4.x.

Hoffe das hilft?!

Christian Rütgers


php::bar PHP Wiki   -   Listenarchive