I have a hard time to figure out how I can pull up a list of users who are not in the list of another mysql table.
Example : I have a list of all the users in my users table. My users table represents a list of all the employees in the company.
I have another table with the list of all the devices (laptop, iphone etc..). each device are assigned to a user.
I would like to know based on those 2 tables. The list of the users who does not have their name on the devices table ?
Is there a way to do this in PHP / MYSQL ?
I have a hard time to figure out how I can pull up a list of those users who does not appear at all on the device table ?