How can I pass the inner procedure value to outer
procedure ?
Answer Posted / s.syam sundar
first declare a variable globaly
and next create inner procedure with in(if need or u can
set defult parameters) and out parameters
and next result of inner procedure is assigned to global
variable
and next in outer procedure u can get the result from global
variable
regads
S.syam sundar
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we use loop in sql?
How delete all data from all tables in sql?
What are the events on which a database trigger can be based?
What does truncate mean in sql?
Define tables and fields in a database
How do I view output in sql developer?
What are the advantages of indexing?
what is a trigger in mysql? Define different types of trigger. : Sql dba
What is time based sql injection?
What is data control language?
What is difference between inner join and cross join?
What is query syntax?
What is trigger in sql and its types?
What is an oracle stored procedure?
What are procedures used for?