Hi All,
I'm new to DB2 stored procedures. I'm trying to create a temporary table, then select data into it from number of different tables, than return result as a ResultSet into Java application.
Here is the procedure, it's jut a draft. But it doesn't compile. Without Declare temporary table...