Can a Select START WITH .. CONNECT BY be used in a view?
331961Mar 23 2007 — edited Mar 23 2007Can a Select .. START WITH .. CONNECT BY .. be used in a view?
Unless I'm missing something, I cannot see how it can if the START WITH is not a constant. I'd want the start with value to be one of the view's parameters.
Similarly, am I right in believing a Connect By cannot be in a subquery where the Start With column = a value from the outer query.
I cannot find any examples on Oracle site or recent(ish) forum posts.