darth sidious
Registered User.
- Local time
- Today, 10:12
- Joined
- Feb 28, 2013
- Messages
- 86
Hi
I have a table containing:
Job Type------ NumberNeeded---------- NumberAssigned
Office-----------10 ------------------------------10
Manager------- 1-------------------------------- 0
CEO-------------- 1-------------------------------- 1
Diner------------ 5-------------------------------- 2
What I'm trying to achieve is write a query that returns a list of all the jobs that still needs somebody to fill that slot. For instance, the result should show manager and diner job types still needing filling.
Any help writing this would be appreciated
Thanks
Darth
I have a table containing:
Job Type------ NumberNeeded---------- NumberAssigned
Office-----------10 ------------------------------10
Manager------- 1-------------------------------- 0
CEO-------------- 1-------------------------------- 1
Diner------------ 5-------------------------------- 2
What I'm trying to achieve is write a query that returns a list of all the jobs that still needs somebody to fill that slot. For instance, the result should show manager and diner job types still needing filling.
Any help writing this would be appreciated
Thanks
Darth