Hi,
I'm new to creating DB2 funcions.
I have a C++ dll that has a function I've wirtten to decode values.
Please let me know how I can use this function (build in to a dll) in a SQL select statement.
Expected usage:
Select MyFunction(<column name>) from MyTable;
I read some articles on creating UDFs. But could not find a way to use my function in a SELECT statement.
Please help.
Thanks
Chamila