START WITH
and CONNECT BY
keywords. Have a quick look at this Oracle article for more details.Thanks to ITwise and DbMotive for the great tip!
Useful little stuff I discover during development of rather traditional J2EE applications. Target audience is mostly the regular (Java) developer.
START WITH
and CONNECT BY
keywords. Have a quick look at this Oracle article for more details.
1 comment:
Take care not to forget the "PRIOR" keyword after the "CONNECT BY" segment. It hangs your execution call, instead of exiting with some descent error message.
Post a Comment