I have two tables in phpmyadmin posts and post_meta and the common column in both tables is post-id.
So I would like to create a query where the results would should post-id, the email (from the post_meta) and title (from posts) Table.
I can get the query to work from individual table i.e i can get the list of all emails from the post_meta table but i can't seem to get the above.
I am trying to use sql query but i have no idea on where to start this.