CassidyHunt
IS-IT--Management
I created a pipelined function in Oracle that runs perfect and returns the data just as I need to have it setup to start running calculations in Excel. I use the Microsoft Query tool and it tells me it can't add my table. The SQL is very simple:
P1 being the parameter. It requires a date to process the data.
Any help would be greatly appreciated.
Cassidy
Code:
SELECT * FROM TABLE(ARBD(TO_DATE(P1,'DD-MON-YYYY')))
Any help would be greatly appreciated.
Cassidy