Viewing 3 posts - 1 through 3 (of 3 total)
Hi thanks got it..
select
empno,
ename,
deptno,
sal,
(select count(sal)+1 from emp b where b.deptno=a.deptno...
March 20, 2012 at 1:02 am
#1461462
Hi Thanks,
I need the result without using any predefined functions like row_number(),rank(),dense_rank(),ntile()..
March 20, 2012 at 12:52 am
#1461460
thanks shiv..
January 31, 2012 at 11:03 am
#1440836