return of join

  • JOIN: Return rows if there is at least one match in the table (INNER JOIN vs JOIN)
  • LEFT JOIN: return all rows from the left table even if there is no match in the right table
  • RIGHT JOIN: return all rows from the right table even if there is no match in the left table
  • FULL JOIN: Return rows as long as there is a match in one of the tables

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325951290&siteId=291194637