Jun 6, 2008 #1 6656 Programmer Nov 5, 2002 104 US Hi All, How to separatly list all parent or child tables by a GIVEN Table in a schema? I don't need to have overall list in a scheam. Thanks in advance, Mike
Hi All, How to separatly list all parent or child tables by a GIVEN Table in a schema? I don't need to have overall list in a scheam. Thanks in advance, Mike
Jun 9, 2008 Thread starter #2 6656 Programmer Nov 5, 2002 104 US The solution has been figured out. that is: start with Child = 'Given tablename' connect by prior child = parent /* list child or reverse for parent */ Upvote 0 Downvote
The solution has been figured out. that is: start with Child = 'Given tablename' connect by prior child = parent /* list child or reverse for parent */