I have a table with this structure:
CREATE TABLE IF NOT EXISTS 'prueba_insert' (
'id' int(11) NOT NULL,
'asiento' int(11) NOT NULL,
'correlativo' int(11) NOT NULL,
'glosa' varchar(30) NOT NULL,
PRIMARY KEY ('id')
) ENGINE=InnoDB DEFA...
asked by
22.02.2017 / 15:56