PL/SQL Oracle 8i select statemet problem [message #371977] |
Fri, 29 December 2000 08:46 |
Dennis E. Kubes
Messages: 1 Registered: December 2000
|
Junior Member |
|
|
I have a script which creates a table opens a declare,begin statement with 3 cursors for calculation, inserts the results as rows into the table, closes the cursors and then I try to select the rows within the declare, begin, end block. Can I do the select statement inside the begin and end block or do I have to break it up into procedures... one for create table, one for calculation and insert, one for select. The error I am getting is that the select must be a select into...but I am trying to get a result set back.
Thanks
DEK
|
|
|
|