 |
Update MySQL table from Another Table | polysyncronism.com
Lets say that you have two tables. One table called tblUser and another table called tblBookTypes. You have the Number of chapters in the tblUser table as the MAX of ChapterNum. Max of ChapterNum MySQL 1 2 3 4 5 SELECT BookName , max (ChapterNum) AS ...
polysyncronism.com |
 |