Hey Guys,
I'm trying to find the correct syntax to do the following.
I have an employee table that holds vacation info..
I want to be able select a date range for example in Oracle SQL it would be something like
select empname,vacation_date
from emp
where vacation_date between '04-jun-01' and '04-jun-30';
I would then also like to be able to show a total hours for each employee on the same report. Any suggestions on how i can do this would be greatly appreciated it. Thanks in advance.
-Jaime
I'm trying to find the correct syntax to do the following.
I have an employee table that holds vacation info..
I want to be able select a date range for example in Oracle SQL it would be something like
select empname,vacation_date
from emp
where vacation_date between '04-jun-01' and '04-jun-30';
I would then also like to be able to show a total hours for each employee on the same report. Any suggestions on how i can do this would be greatly appreciated it. Thanks in advance.
-Jaime