Mar 20, 2005 #1 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
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
Mar 28, 2005 #2 Hattusas Programmer Nov 11, 2001 344 TR 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 Upvote 0 Downvote
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
Mar 31, 2005 #3 Mercury2 Technical User Feb 27, 2004 422 FR To clarify, pls paste here your CREATE FUNCTION statements. Upvote 0 Downvote