¡@

Home 

php Programming Glossary: a.brand

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

b.ID join colors c on a.color c.ID join brands d on a.brand d.ID where b.ID 1 While I forgot to include a table where we.. b.ID join colors c on a.color c.ID join brands d on a.brand d.ID and b.brand d.ID where b.ID 1 You can see the query above.. b.ID join colors c on a.color c.ID join brands d on a.brand d.ID where b.ID 1 or b.ID3 While the above will work perfectly..