ohdang888 Posted April 18, 2008 Share Posted April 18, 2008 how would i join 3 tables? like.. WHERE table1.id = table2.id = table3.id ???? Link to comment https://forums.phpfreaks.com/topic/101635-join-three-tables/ Share on other sites More sharing options...
AP81 Posted April 18, 2008 Share Posted April 18, 2008 WHERE table1.id = table2.id AND table2.id = table3.id AND table1.id = table3.id [code] You may also want to read the MySQL manual for Joins. [/code] Link to comment https://forums.phpfreaks.com/topic/101635-join-three-tables/#findComment-520031 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.