Jump to content

joining query


danno80

Recommended Posts

Hi guys, I am new to using sql and am having trouble with getting a query right

It involves 3 tables:

users - id (primary key unique)

friends - (junction table) player_id, friend_id (both indexed to users:id)

ignores - (junction table) player_id, ignored_id (both indexed to users:id)

 

I can get what I want with multiple queries but have been unable to crack getting it with one

I want to get all users who are neither friends nor ignores for a given user

so I have user with id of say 1: I want to get all users from users and then exclude those appearing under friend_id and ignored_id in the two junction tables that have player_id of 1

 

thanks if anyone can help

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.