Mailinglisten-Archive |
Reinhold schrieb: > danke erst mal für den Hinweis. Komme aber damit nicht klar. > > ALTER TABLE tabellenname alter id first; Es funktioniert folgendermaßen: Du hast einen table foo. Create table foo ( id int, boo char(30), moo date ); Um moo nach id zu stellen: alter table foo modify moo date after id; Es kommt darauf an, daß du die eigenschaften für moo (columntype, index, auto_increment, default etc.) mitangibst Grüße Boris
php::bar PHP Wiki - Listenarchive