Hi guys!
I'm new to this forum and was wondering if someone can help me out. I know how to write simple queries but having trouble with this:
Assume I have the following Tables
-------------
user
-------------
userid
name
picture
etc.
-------------
group
-------------
groupid
etc.
-------------
group_has_user
-------------
groupid
userid
Let's say I would like to Get array with userid, user.name, and user.picture for all users who are member of groupid 5
How would I write such a query?