Cita:
Iniciado por arqrym Pues como quitas cualquier texto que no te interese de un escrito..Esto no me interesa, selecciono y borro.
hola ya le kite el texto kedo asi y me sigue tirando el mismo error
CREATE TABLE IF NOT EXISTS `soporte_servicio` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nombre` varchar(255) NOT NULL,
`estado_f` int(11) NOT NULL,
`domicilio` varchar(300) NOT NULL,
`cp` varchar(255) NOT NULL,
`encargado` varchar(255) NOT NULL,
`telefono` varchar(255) NOT NULL,
`fax` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`fecha` date DEFAULT NULL,
`id_usuario` int(11) DEFAULT NULL,
`status` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=25 ;