I have query results with the following characteristics:
LIDCode Total Domain Region VSE Version
AB02 15 GLOBAL CANLA 0 6943
AB02 - 5925 CENTRE STREET SW 31 GLOBAL CANLA 30 6943
I am taking data from 2 different tables, but I want to use the longer entry for the LIDCode value. This is one set of results of many. How can I combine these two rows together to get the total of the combined rows? The LIDcode value changes, so I can't use AB02 as a constant value to compare.
The result I need is:
AB02 - 5925 CENTRE STREET SW 46 GLOBAL CANLA 30 6943