For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Is there a way to select multiple columns from an inline subquery?
e.g.
select (select cola, colb, colc, cold from a where a.colj = b.colj) from b;