Hallo!
Fehler !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Bist Du streßig!
SQL-Befehl :
ALTER TABLE
usr\_web\_1
.adresse
CHANGEid
id
DECIMAL(14,0) NOT NULL AUTO_INCREMENTMySQL meldet:
Incorrect column specifier for column 'id'
Aus der MySQL-Doku: "Eine Ganzzahl-Spalte kann das zusätzliche Attribut AUTO_INCREMENT haben."
http://www.mysql.de/documentation/mysql/bychapter/manual.de_Reference.html#CREATE_TABLE
DECIMAL(14,0) bedeutet: -999999999999999 bis 999999999999999
14+1 Stelle wobei bei Minuswerten eine Stelle für das Minuszeichen verwendet wird. Es soll ja 0 Dezimalstellen geben!
MfG, André Laugks
L-Andre @ gmx.de