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
What is normalisation in sql?
What is query execution plan in sql?
What are transaction and its controls?
What does 0 mean in sql?
What is trigger and types?
explain the delete statements in sql
What does bitemporal mean?
What is normalization sql?
How can you fetch first 5 characters of the string?
What is percent sign in sql?
What is composite primary key in sql?
What is union, minus and interact commands?
how to convert character strings to dates? : Sql dba
Which join is like an inner join?
What is difference between ms sql and mysql?