Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Issue SELECT against Forms Data Block
In a single record block:
select :block.item_name
into target_variable
from dual;
In a multi record block you must loop and check value.
ian
William wrote:
> My Question is can we Issue SELECT statement against Forms Data Block like
>
> select * from :<data_block_name>; ??
Received on Fri Apr 14 2000 - 00:00:00 CDT