| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: ??Select (Select) from not possible???!!!
It works this way:
select A.column
, B.column
from table A
, (select column
from table
where .......) B
where ...................
Good luck!
+--------------------------------------------------------------------------+
|
+--------------------------------------------------------------------------+Received on Wed May 05 1999 - 12:58:48 CDT
![]() |
![]() |