Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Query a pl/sql table?
Is there any way to query a collection? I would like to sort (by way of a select... order by... clause) a pl/SQL table built one record at a time (Oracle 8i), like so:
TYPE T_TEMP_DATA IS table of TEMP_DATA;
SELECT * FROM V_TEMP_DATA ORDER BY V_TEMP_DATA.SOME_FIELD; Can this be done? If so, how? If not, why not?
Sent via Deja.com
http://www.deja.com/
Received on Fri Jan 12 2001 - 17:10:46 CST
![]() |
![]() |