I have problem with join in two tables I search tutorial but I can’t find anything to help me.
I have two tables in SQL | members | and | gallery | structure of gallery is id – member_id – picname. How can I join gallery table to members and limit number of shown pictures? Because I have list of all members and I want to just one picture be shown per member. Please help me
1 Answer