I would like to select a row from 2 different tables that are relational.
Would i simply put
SELECT * FROM 'said database' WHERE my condition = 'mycondition' blah blah.
Or is it some other syntactical method?
Please help. 🙂
All answers are greatly appreciated.
This (roughly) will do the trick for you.
Learn more about joins from the MySQL Manual.