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 Quote Link to comment Share on other sites More sharing options...
fenway Posted September 5, 2006 Share Posted September 5, 2006 Huh? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.