Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Multi-row query return into Forms 5.0 multi-record block
In article <sZw%2.18$%b5.357_at_nswpull.telstra.net>, Aidan Marks
<aidan_at_triforce.com.au> writes
>If SELECT INTO clauses are only valid for single row returns into variables,
>what can be used to place the query results into a multi-record block?
>
define a query for the block.
go_block('whatever');
execute_query.
Steve
p.s
there are a few ways, but that should set you off.
--
Please remove nospam from my address to Reply.
Received on Sun May 16 1999 - 19:27:10 CDT
![]() |
![]() |