Reputation: 709
Is there any way to update two tables from a single MySQL query?
Upvotes: 1
Views: 281
Reputation: 401182
The update
statement has a multi-table syntax, which you should be able to use -- depending what/how you want to update.
Upvotes: 1