Reply to User-defined function and temporary tables
Posted by sean.gilbertson on 03/10/06 18:56
Hiya,
Is there really no way to use temporary tables from within a UDF? I
like UDFs because I can use them like a table -- e.g., SELECT row1,
row2 from MyFunc('abc')