gobbles Posted March 15, 2007 Share Posted March 15, 2007 Hi, I was wondering if its possible to query multiple tables in one query. like this: SELECT * FROM table1, table2, table3 WHERE something=something Is that possible? Link to comment https://forums.phpfreaks.com/topic/42779-simple-query-help/ Share on other sites More sharing options...
cmgmyr Posted March 15, 2007 Share Posted March 15, 2007 You will have to do some research on JOINs. Take a look at: http://www.keithjbrown.co.uk/vworks/mysql/mysql_p5.php Link to comment https://forums.phpfreaks.com/topic/42779-simple-query-help/#findComment-207648 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.