To keep this simple, my queries fields are: ORDER ID, ORDER AMOUNT, and ORDER TEXT.
My issue is that our company typically has multiple 'ORDER TEXT' fields, which is making my query return a second record (Stacked) with all duplicate data (ORDER ID, ORDER AMOUNT) except for the other 'ORDER TEXT', which is different text.
Is it possible to put the second 'ORDER TEXT' field next to the first 'ORDER TEXT' field (Straddled) OR even concatenate the two into one long 'ORDER TEXT' string in DB2?
Assume you cannot create additional tables or manipulate the database in any way. As always, any help is greatly appreciated!