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
What are the operators used in select statements?
Can a key be both primary and foreign?
How do I order columns in sql?
What is %type in pl sql?
What is having clause in sql?
Can a procedure in a package be overloaded?
How do you rename a table in sql?
What is sql injection owasp?
What is difference between joins and union?
Explain what is a column in a table?
Is natural join and inner join same?
Why we use triggers in mysql?
Who is the owner of mysql database?
what is unique key constraint? : Sql dba
What is the difference between inner join and natural join?