Trying to use sql to grab all users from a location "E.g. Boston" and grab all their letter ids. For example it should return something similar to this:
username | letterID
Sam Smith | 5278665, 674943, 6549343
Jane Lenna| 8759385, 439533
In my Persons Table I have: userID, username, location, etc.
In my Letter Table I have: letterID, userID, title, description, etc.