Can somebody tell me an easy way to understand this query
select .ID,a.OwnerID,a.Type,a.SpaceID,a.Name,a.LeaderID,a.UserPrivileges from KUAF a where a.ID in (select distinct b.ID from KUAFChildren b start with b.ChildID=2753 connect by prior b.ID=b.ChildID)
If I execute this I will get an error...