select sal , Lag(sal,2) over (order by sal) as "오잉" , LEAD(sal,2) over (order by sal) as "오잉2"
from emp
where sal < 1300;
ORACLE 자신보다 작은 값 중 최대값 MAX , OVER (0) | 2015.01.22 |
---|---|
TOAD FOR ORACLE 간단한 단축키 (0) | 2015.01.22 |
자바 clone() , 마커 인터페이스 란? (0) | 2015.01.22 |
자바 equals 와 hashcode (0) | 2015.01.19 |
자바 try/catch , runtimeException ,Exception 의 차이 (0) | 2015.01.19 |