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? Quote Link to comment 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 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.