Ver originalSET @snt = CONCAT('INSERT INTO ', tabla, '(', campo, ') VALUES(', valor, ')');
Ver originalDEALLOCATE PREPARE sent;