Can a Package function return table?
Hi all,
I got a set of data to display in a crystal report; But before the raw data be able to shown in crystal report, I have to massage the data via logic with insert and update statements to form my result table .
From MS SQL Server, there are stored...