 |
mysql - UPDATE on INNER JOIN - Stack Overflow
From the MySQL forums: Re: UPDATE multiple tables with one UPDATE statement From the MySQL Reference: 12.2.10. ... You should be able to do this without an inner join, as follows: UPDATE guest SET guestMeal ='$guestMeal', guestNotes This will ...
stackoverflow.com |
 |