Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/03/2008, 12:47
Avatar de gnzsoloyo
gnzsoloyo
Moderador criollo
 
Fecha de Ingreso: noviembre-2007
Ubicación: Actualmente en Buenos Aires (el enemigo ancestral)
Mensajes: 23.324
Antigüedad: 16 años, 5 meses
Puntos: 2658
Re: Problema al Crear Tabla

Se te pegaron las cláusulas en dos partes al final.
Código:
CREATE TABLE `adverts` (
`aid` int( 11 ) NOT NULL auto_increment,
`pid` int( 11 ) NOT NULL default '0',
`gname` text NOT NULL ,
`pshow` text NOT NULL ,
`adtype` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `aid` )
)ENGINE = MyISAM DEFAULT CHARSET = latin1, AUTO_INCREMENT = 94;