Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- netsh
- ssh
- web.xml
- Windows
- VirtualBox
- JavaScript
- Quartz
- profile
- GIT
- Mac
- Source
- IntelliJ
- resource
- grep
- vscode
- 단축키
- xargs
- import
- 줄바꿈 문자
- find
- Eclipse
- tomcat
- Windows 10
- plugin
- lsof
- port
- bash
- 네트워크
- maVen
- context
Archives
- Today
- Total
develog
[Oracle] SYS_CONNECT_BY_PATH 본문
SELECT
SYS_CONNECT_BY_PATH(CODE_NM, '/') PATH,
A.*
FROM TB_CODE A
WHERE USE_YN = 1
START WITH CODE_SEQ = 1
CONNECT BY PRIOR CODE_SEQ = PARENT_CODE_SEQ
ORDER SIBLINGS BY SORT_SEQ
'DB > Oracle' 카테고리의 다른 글
[Oracle] hint (0) | 2016.07.13 |
---|---|
[Oracle] NOLOGGING (0) | 2016.07.13 |
[Oracle] Trigger, enable, disable (0) | 2016.05.13 |
[Oracle] RECYCLEBIN, 휴지통 비우기 (0) | 2016.02.04 |
[Oracle] function-based index 조회 (0) | 2016.02.04 |
Comments