What Innodb query can I use to correct the following problem?
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (
mrvallar_magdb
.catalog_product_entity_varchar
, CONSTRAINTCATALOG_PRODUCT_ENTITY_VARCHAR_IBFK_3
FOREIGN KEY (entity_id
) REFERENCEScatalog_product_entity_orig
(entity_id
) ON DELETE)