MySQL Tutorial 38 – Left Joins




HELP ME! http://www.patreon.com/calebcurry Left Join is one of the three options of an outer Join. All you really need is a left join because you can get the same …

Original source


20 responses to “MySQL Tutorial 38 – Left Joins”

  1. Hi Caleb, question, what if you want to pull all of the columns from a joined table and only part of the columns from the selected table? I'm trying to avoid a ton of column names in the SELECT statement. So maybe something like this SELECT fn, ln, reviews.* FROM `customers` LEFT JOIN `reviews`? Is that possible?

Leave a Reply