Search Results

Search: Posts Made By: binlib
Forum: Programming 03-07-2011
2,046
Posted By binlib
If you are using Oracle 10g or later, you can use...
If you are using Oracle 10g or later, you can use analytic functions like rank, mix and max.

1 select ename, sal, deptno
2 , decode(min(sal)over(partition by deptno), sal, 'MIN')
3 ,...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 06:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy