PERSON_IDStart with this.
PARENT_ID
NAME
SELECTGoogle "Connect By" for more information.
LPAD(' ', 2*level-1) || SYS_CONNECT_BY_PATH(NAME, '\') "Path"
FROM TABLE_NAME
CONNECT BY PRIOR PERSON_ID = PARENT_ID;
PERSON_IDStart with this.
PARENT_ID
NAME
SELECTGoogle "Connect By" for more information.
LPAD(' ', 2*level-1) || SYS_CONNECT_BY_PATH(NAME, '\') "Path"
FROM TABLE_NAME
CONNECT BY PRIOR PERSON_ID = PARENT_ID;
0 comments:
Post a Comment