Re: Explain plan dilemma

From: PKelley772 <pkelley772_at_aol.com>
Date: 1995/07/23
Message-ID: <3ustss$3er_at_newsbf02.news.aol.com>#1/1


Try

select lpad(' ',2*level)||operation operation, options, object_name from plan_table
start with id = 0 and statement_id = '1' connect by prior id = parent_id and statement_id = '1'   Received on Sun Jul 23 1995 - 00:00:00 CEST

Original text of this message