timmy01 Posted September 5, 2006 Share Posted September 5, 2006 Hi!I am having trouble to get some information from table3 along with 2 other tables.In total i am taling about tables 3...this is the query i use:<?SELECT table1.var1, table2.var2FROM table1, table2WHERE table2.var2=table1.var2AND table2.land='nl'GROUP BY var1";?>With this i do get a list of results (var1)the next step is to bring them back intotable3 and get the final results in a good ORDER BY DESC.so table 3 is still missingMy intentions is to put every result back intotable3, in the same query using IN()...but i dont know how :-ScheerzTim Link to comment https://forums.phpfreaks.com/topic/19748-result-of-3-tablesusing-in/ Share on other sites More sharing options...
fenway Posted September 5, 2006 Share Posted September 5, 2006 Huh? Link to comment https://forums.phpfreaks.com/topic/19748-result-of-3-tablesusing-in/#findComment-86330 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.