In my database I have "employees" as records, and in the record I have a field for "boss". some of my employees have multi bosses, and yet others have multi bosses and multiple employees
I was wondering how to structure it so that when I reference 1 boss I get the employee's of just that boss, without skipping any of the employees that have multiple bosses?
Code:$query = "SELECT * FROM 'Department' WHERE 'boss = {$boss}'";


Reply With Quote


Bookmarks