Can someone Help me in this?
1. I have one view contains 3 SELECT queries join with UNION
2.All 3 contain START WITH & CONNECT BY
3.This view returns me few rows, If I use filter condition(where clause) then data doesn't get filtered.
4.If I remove START WITH & CONNECT BY from all 3 then it works
OR
Single SELECT query with START WITH & CONNECT BY then it works
Regards
KGP
1. I have one view contains 3 SELECT queries join with UNION
2.All 3 contain START WITH & CONNECT BY
3.This view returns me few rows, If I use filter condition(where clause) then data doesn't get filtered.
4.If I remove START WITH & CONNECT BY from all 3 then it works
OR
Single SELECT query with START WITH & CONNECT BY then it works
Regards
KGP
Comment