
I have the flow which getting two set of data from two table and I want to merge two into a single array. Both of them have one common primary key which is Item Type.
For left hand side, I get all row which Item Type equal to Book, it will return all Book data, same goes to right hand side.
I want combine both array into single array for each row return from both table, I tried union but it seem not working in my case.
Any solution on my problem here? Any help will be great.