How to return more than one value from a function?
Answer Posted / highness
you can pass the value back to the user
by using the OUT parameter;
but mostly function is used to return only one value..
its like to compute the task and to return a value;
?? but in this case why dont u opt for a procedure, since its
designed to handle this type of situations...
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
Explain what is a database?
Can we create table in function?
Describe types of sql statements?
How do you update a value in sql?
Why query optimization is needed?
How do I debug a stored procedure?
What is dense_rank in sql?
What is the difference between inner join and natural join?
What does trigger mean in slang?
What is lookup table in sql?
define sql delete statement ? : Sql dba
How subquery works in sql?
How do I upgrade sql?
What will you get by the cursor attribute sql%found?
How does postgresql compare to oracle/db2/ms sql server/informix?