¡@

Home 

php Programming Glossary: holden

How can an SQL query return data from multiple tables

http://stackoverflow.com/questions/12475850/how-can-an-sql-query-return-data-from-multiple-tables

I am adding a few extra rows to our tables. I have added Holden to the brands table. I have also added a row into cars that.. a.brand from brands a brand Ford Toyota Nissan Smart BMW Holden 6 rows in set 0.00 sec Now when we join this to our cars table.. a problem we aren't seeing any mention of the lovely Holden brand I added. This is because a join looks for matching rows..