Details
Assignee
UnassignedUnassignedReporter
Christian BeikovChristian BeikovAffects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Christian Beikov
Christian BeikovAffects versions
Priority
Created April 30, 2024 at 4:57 PM
Updated December 10, 2024 at 9:08 AM
MySQL does not allow referring to a table in a subquery which is the target for a delete/update.
For example
This is not allowed, but in SQL, we can use double nesting to workaround this limitation