Hi all!
I have a table let's say emp table,
a field on the emp table called ename and a hiredate.
The ename is varchar2, and hiredate is date.
I want to know how long an employee has worked for a company.
I need my output to read:
Ename Years Months
Jeff 16 1 etc.
Can you please help me with the syntax?
Thank you!
Jerod
I have a table let's say emp table,
a field on the emp table called ename and a hiredate.
The ename is varchar2, and hiredate is date.
I want to know how long an employee has worked for a company.
I need my output to read:
Ename Years Months
Jeff 16 1 etc.
Can you please help me with the syntax?
Thank you!
Jerod