Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/01/2005, 05:34
yaviz
 
Fecha de Ingreso: diciembre-2004
Mensajes: 371
Antigüedad: 20 años
Puntos: 0
error al crear tabla en mysql

Hola ,estoy intentando crear una tabla pero me da un error en el campo indice ,no entiendo muy bien ke es null o not null pero probe con ambos y me da error




consulta SQL:

CREATE TABLE `webdestilo` (

`indice` INT( 100 ) NOT NULL AUTO_INCREMENT ,
`nombre` VARCHAR( 100 ) NOT NULL ,
`telefono` VARCHAR( 20 ) NOT NULL ,
`comentario` DOUBLE( 5000 ) NOT NULL ,
PRIMARY KEY ( `indice` )
)
MySQL ha dicho:

#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') NOT NULL, PRIMARY KEY (`indice`))' at line 1



Que tengo ke haser?

Gasias.