Community

Java User Defined Functions in DB2

(Viswanath Nandigam) We can learn how to implement a DB2 UDF by following an example where we need to do a BIT AND operation on two numbers. IBM DB2 does not support “AND” or “OR” operations. In these cases, we can use Java UDFs to overcome these shortcomings in DB2. (pdf)

Read More - Register for Free Membership

Tags: