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
Does truncate require commit?
How to test for null values?
what are the different type of normalization? : Sql dba
Does user triggers have entry for trigger with compilation errors?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
what is text? : Sql dba
Is there a 64 bit version of ssms?
What is rowid in sql?
What is where clause in sql?
how to run 'mysql' commands from a batch file? : Sql dba
What is the basic structure of an sql?
How do temporal tables work?
List different type of expressions with the example.
What is pragma in pl sql?
What is the starting oracle error number? What is meant by forward declaration in functions?