Mysql
 sql >> Datenbank >  >> RDS >> Mysql

MySQL-UPDATE-Abfrage mit Unterabfrage dauert ewig

Ich denke, Ihr Beitritt zum Update ist vielleicht nicht notwendig ...

UPDATE table2
    SET table2.id_occurrences = (SELECT COUNT(*) FROM table1
                                     WHERE table2.id = table1.id);