Rublu,
My intention was not to return a result set.I was trying to perform an operation on each row of a table and form a concatenated string containing the values of only those rows that yielded ...
Here's the error code:DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0104N ...
Is it possible to open a Cursor inside a Scalar UDF?Attempts to do the same are giving errors.However the same code when compiled as a procedure(with the return variable replaced with an OUT parameter ...
Hi,
In one of the tables of my DB2-UDB 8.2 database there is VARCHAR(3000) field that stores an XML file.I want to read that XML file and extract data from it,make some modifications on the extra ...