|
-
 Originally Posted by PAVB
1- Write your storedproc in a file like yourfilename.sql
2- Compile your storedproc
Follows the basic syntax for your storedproc...
Code:
CREATE OR REPLACE PROCEDURE procedure_name IS
BEGIN
put your code logic here
END procedure_name;
/
...then log into sqlplus and do @yourfilename.sql
Thanks but I don't Know write the code to update the column COUNTER with my conditions.
Have someone any idea?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|