hi everybody
i need to make a select to find out X
then i need to use X to find out Y
then i need to use Y to find out Z
is there a way for making it with a single "auto-parametrized select"?
like this fanta-pseudo-code:
select Z from ( select Y from (select X from x_table) )
tnx a lot!