05-03-2026, 02:25 PM
(05-03-2026, 02:22 PM)sysme escribió: Ejecuta estos 2 scripts:eso e echo y m pone esto al darle ejecutar
drop table salon_elemento;
create table salon_elemento (id INT NOT NULL AUTO_INCREMENT,id_salon char(2) not null,tipo char(2) not null,izq int(3) default 0,top int(3) default 0,width int(4) default 100, height int(4) default 100, primary key (id)) engine = innodb;
Con esto lo tienes.
SYSME
SQL Error: You have an error in your SQL syntax check the manua that corresponds to your MySQL server version for the right syntax to use nearti
at line 1
S
13:06 05/03/2026

