Ver Mensaje Individual
  #17 (permalink)  
Antiguo 29/07/2003, 10:04
0050yomisma
 
Fecha de Ingreso: julio-2003
Mensajes: 54
Antigüedad: 20 años, 9 meses
Puntos: 0
creo que estoy haciendo algo mal
Error
SQL-query :

CREATE TABLE `lista` (`ID` INT NOT NULL AUTO_INCREMENT, `categoria` VARCHAR(100) NOT NULL, `nombre` VARCHAR(100) NOT NULL, `descripcion` TEXT NOT NULL, `swf` VARCHAR(50) NOT NULL, `imagen` VARCHAR(50) NOT NULL)

MySQL ha dicho:


Incorrect table definition; There can only be one auto column and it must be defined as a key