desNotes
Programmer
- Jul 12, 2004
- 13
I am new to progamming in Oracle with past experience in M$ SQL server and am having problems doing the following:
I have a cursor query running that takes summary data, formats it and writes to a table. I also have another query that runs several small queries that put data into variables.
What I want to do is include the variable queries before running the cursor query but when attempting to do it, I keep getting an error that 'cursor' is found and unexpected.
any help??
thanks,
desNotes
I have a cursor query running that takes summary data, formats it and writes to a table. I also have another query that runs several small queries that put data into variables.
What I want to do is include the variable queries before running the cursor query but when attempting to do it, I keep getting an error that 'cursor' is found and unexpected.
any help??
thanks,
desNotes