If I type:
select *
from emp;
I would get all records for table emp.
Could Oracle8 do something similar to this. ie. Could I create an out variable that will return all the records that I query from a table?
Oracle7 is weak in this area, I'm hoping that Oracle8 or 8i have changed this.
Thanks,
select *
from emp;
I would get all records for table emp.
Could Oracle8 do something similar to this. ie. Could I create an out variable that will return all the records that I query from a table?
Oracle7 is weak in this area, I'm hoping that Oracle8 or 8i have changed this.
Thanks,