How to return two values from a function?
715318Sep 11 2009 — edited Sep 14 2009Hi All,
I've a function which returns a varchar2 value. This value is used in the SQL of a ref cursor.
Now I want this function to return two values. I tried using varray but couldn't accomplish the task.
Can you tell me how can I return two values from a function? and how can this function be called in a SQL query?
Many Thanks