Join Query Help
- by John
Hello,
The query below works well. It pulls data from two MySQL tables, "submission" and "login." I would like to also pull data from a third table called "comment" in the same database.
The table "comment" has the following fields:
commentid, loginid, submissionid, comment, datecommented
Two of the fields in the table "login" are called…