Cineex Posted July 22, 2011 Share Posted July 22, 2011 I have three tables that are linked together with IDs is it posebal to do one query that will fetch one thing from an other table then what I have info of. Like this: SELECT foo FROM table1 WHERE ID1=SELECT foo2 FROM table2 WHERE ID2=SELECT froo3 FROM table3 WHERE ID3='bar' Quote Link to comment https://forums.phpfreaks.com/topic/242634-three-querys-in-one/ Share on other sites More sharing options...
Cineex Posted July 22, 2011 Author Share Posted July 22, 2011 solved: found it by looking here http://www.phpfreaks.com/forums/index.php?topic=338952.0 Quote Link to comment https://forums.phpfreaks.com/topic/242634-three-querys-in-one/#findComment-1246172 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.