I have a table that stores all information about service tickets. The table has these fields:
- number
- openemployee
- opendate
- closeemployee
- closedate
I am trying to do a search to get the total number of cases an employee opened and closed in a particular time frame.
How do I create multiple queries in the select statment? Or, is there another way to do this.
- number
- openemployee
- opendate
- closeemployee
- closedate
I am trying to do a search to get the total number of cases an employee opened and closed in a particular time frame.
How do I create multiple queries in the select statment? Or, is there another way to do this.