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 is normalisation in sql?
How to write a query to show the details of a student from students table whose
what are the advantages and disadvantages of views in a database? : Sql dba
What is benefit of creating memory optimized table?
Is inner join same as self join?
explain advantages of innodb over myisam. : Sql dba
what is bdb (berkeleydb)? : Sql dba
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
How many types of sql are there?
How do I view a view in sql?
Is oracle sql free?
Does a join table need a primary key?
What are the two types of exceptions in pl/sql?
Why plvtab is considered as the easiest way to access the pl/sql table?
Why is sql*loader direct path so fast?