Hi,
I am from the Microsoft SQL Server world. Need to convert some scripts to DB2. Can someone tell me how to select from a UDF that returns a Table ?
In MSSQL its
select * from dbo.FunctionNam e('argument')
How to do this in DB2?
I am from the Microsoft SQL Server world. Need to convert some scripts to DB2. Can someone tell me how to select from a UDF that returns a Table ?
In MSSQL its
select * from dbo.FunctionNam e('argument')
How to do this in DB2?
Comment