Lo solucione con el script:
-- forzar la carga
SET FOREIGN_KEY_CHECKS = 0;
INSERT INTO tb_items_facturas1 VALUES ("0100", "1002767", 111, 25), ("0100", "1004327", 101, 25), ("0100", "1013793", 301, 25);
SET FOREIGN_KEY_CHECKS = 1;
Lo solucione con el script:
-- forzar la carga
SET FOREIGN_KEY_CHECKS = 0;
INSERT INTO tb_items_facturas1 VALUES ("0100", "1002767", 111, 25), ("0100", "1004327", 101, 25), ("0100", "1013793", 301, 25);
SET FOREIGN_KEY_CHECKS = 1;
¡Hola Christian!
Recuerda que estamos aquí para ayudarte. Si necesitas ayuda, no dudes en buscarnos en el foro.
¡Gracias!
Saludos,