I want to execute a piece of code before calling a procedure. How to achieve it?
Answer Posted / abhisekh
we can call a procedure using 2 ways
1.using exec <procedure>
2.using anonymous block< begin <procedure> end;
now coming to ur questions answer. crate a anonymous block and add the statements u wanted to execute first then call the procedure.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can we link a sql database to an existing android app?
What is consistency?
What is pl sql and why it is used for?
What is raw datatype in sql?
Describe different types of general function used in sql?
How do I know if I have sql express or standard?
Can you call pl/sql package functions from within a fast formula?
What is a schema? How is it useful in sql servers?
What is package in pl sql?
What is the location of pre_defined_functions.
Why do we need databases?
Why we use joins in sql?
What does partition by mean in sql?
Can we use insert statement in function?
What is not in sql?