20/04/2011, 04:56
|
| | Fecha de Ingreso: noviembre-2010
Mensajes: 62
Antigüedad: 14 años, 2 meses Puntos: 0 | |
Respuesta: Error sintaxis Update Ahi va.....
CREATE TABLE `desguaces.net`.`order` (
`Provincias` VARCHAR( 255 ) NOT NULL ,
`Numero` INT( 2 ) NOT NULL ,
PRIMARY KEY ( `Provincias` )
) ENGINE = MYISAM ;
#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 'order set Numero=1' at line 1 |