MySQL join using group by
Join using group by
In this page we have discussed how to use MySQL JOIN using GROUP BY.
Example
Sample table : book_mast
Code :
Explanation
The above MySQL statement will find the book name for each language with highest price of book. A sub query have been used to get the result.
Output :

PHP script: