Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to invoke an UFD in SQL query

Status
Not open for further replies.

dnagaraj

Programmer
Mar 20, 2005
1
US
Hello,
I am new to DB2, I am trying to call an UDF inside of SQL query statement. For some reason or so i am not able to call UFD as column value.

SQL query

"select column1, column2, library.function(column1) from library.Tablename"


Thanks for any help
-Deepak
 
Are using your UDF with the same user as you created the UDF?

Salih Sipahi
Software Engineer.
City of Istanbul Turkey
s.sipahi@sahinlerholding.com.tr
turkey_clr.gif
 
To clarify, pls paste here your CREATE FUNCTION statements.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top