Jag tror att du kanske inte behöver gå med i uppdateringen...
UPDATE table2
SET table2.id_occurrences = (SELECT COUNT(*) FROM table1
WHERE table2.id = table1.id);
Jag tror att du kanske inte behöver gå med i uppdateringen...
UPDATE table2
SET table2.id_occurrences = (SELECT COUNT(*) FROM table1
WHERE table2.id = table1.id);