Jump to content
xisto Community
Sign in to follow this  
sonesay

Compare 2 List Of User Ids From Different Tables

Recommended Posts

Hi all. I am trying to make a list out of 2 list. The first list is a complete list of users id from users table (List A) The Second list is of users id from another table (List :PI want to subtrack the user ids in List B from List A and make List C.Thanks in advance for any help :)Update: I looked up a old sql book i had and found some query examples. I tried the EXCEPT statement in mysql but it dont work so used another example.

SELECT userid, usernameFROM usersWHERE userid NOT IN (SELECT ea_user_idFROM events_attend)

Good thing Mysql can do it I was dreading the idea of having to do this in php arrays.

Edited by sonesay (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.