Skip to content

DB2 – Multiple Result-Set Stored Procedure

So first off – I’m not sure if my problem lies with my DB2 code, or with my settings on DBeaver. I have an issue when running the following code where only one result set is being displayed in …

SQL Hasmany Query select 1

I have two tables which I am trying to query. Stock_Table Stock_Code Stock_Name Physical_Stock Order_Table Order_Date Quantity Stock_Code I’m after all stock records where the physical stock …