moonstone IT blog
some source program.............
2013년 7월 16일 화요일
다음글 이전글 오라클 쿼리(oracle next pre query)
select * from
(
select num, title,
lead(title,1,'다음글') over (order by num) next_title,
lag(title,1,'이전글') over (order by num ) pre_title,
from Tboard
)
where best_code='2'
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기