Re: hierarchical tree

From: Jan Schäfer <jan.schaefer_at_kksl.uni-leipzig.de>
Date: Fri, 14 Jun 2002 15:43:56 +0200
Message-ID: <3D09F31C.5080304_at_kksl.uni-leipzig.de>


> and this is defenitly false (Forms interpretes this like comp 2a is built in
> into comp3).

Hmm, it's hard to give a hint, when one knows nothing about the real data. Maybe you can try to do a subselect:

select data, for, the, tree
from (select data, for, the, tree, order_field

	from database_table
	union
	select dummy_data, dummy_data, order_field
	from dual
	order by order_field)

I hope this makes sence...

So long,

Jan Received on Fri Jun 14 2002 - 15:43:56 CEST

Original text of this message