Hi friends,<br />I am very new to plsql.<br /><br />I have to write a function that quries few tables and returns a
resultsetof varying column. <br /><br /> In that case I cannot predefine the table with column. <br />If I use RETURNS
SETOFthen I should know the number of columns and its type?! <br /><br />Is there anyway to return a resultset with any
numberof column?<br /><br />Thanks for your help.<br /><br />-maria<br />