Voici comment mettre à jour une table à l'aide d'une jointure dans MySQL :
UPDATE titles a
INNER JOIN ANOTHERDATABASE.products_description b
ON b.products_name = a.title
SET a.zenid = b.products_id
Voici comment mettre à jour une table à l'aide d'une jointure dans MySQL :
UPDATE titles a
INNER JOIN ANOTHERDATABASE.products_description b
ON b.products_name = a.title
SET a.zenid = b.products_id