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' 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 Link to comment https://forums.phpfreaks.com/topic/242634-three-querys-in-one/#findComment-1246172 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.