05-03-2026, 02:48 PM
(05-03-2026, 02:46 PM)sysme escribió: UNO:esto m sale abajo al ejecutar el primero… SYSME
drop table salon_elemento;
OTRO:
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;
SQL Error: Unknown table salon elemento

