How to use right join in mysql?
Rate this page : |
[ 0 votes]
|
MySQL RIGHT JOIN query returns all the rows in the right table, based on the matches found in the left table. When no matches are found, the result will be NULL in the left side.