|
| Total Answers and Comments: 8 |
Last Update: September 12, 2008 Asked by: kowmudiswarna |
|
| | |
|
Submitted by: nandk.sharma
We should use less than operator instead of greater than , given in the previous response
select t.empno,t.hiredate,t.mgr,t1.empno,t1.hiredate from emp t,emp t1 where t.mgr=t1.empno and t.hiredate < t1.hiredate
Above answer was rated as good by the following members: srikanth velichala | Go To Top
|