![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/03/2008, 12:47
|
![Avatar de gnzsoloyo](http://static.forosdelweb.com/customavatars/avatar204377_5.gif) | Moderador criollo | | Fecha de Ingreso: noviembre-2007 Ubicación: Actualmente en Buenos Aires (el enemigo ancestral)
Mensajes: 23.324
Antigüedad: 17 años, 2 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;
|