Hi,
I am not so well versed in Oracle analytic functions and am having trouble with a sql.
I have a tree table storing heirarchies upto 4 levels.
create table FAMILY_TREE
(
TREE_ID NUMBER not null,
PARENT_ID NUMBER,
NAME VARCHAR2(100)
);
I know that using a CONNECT BY PRIOR, I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.