Hi,
I am trying to concatenate multiple rows ina table, e,g my current table looks like this;
ID Citycode
A123 LN
B123 TK
I would like to concatenate the Citycode so that the table looks like below;
A123 LNTK
B123 LNTK
I'm not quite sure of the best way to do this. Please note the citycode will not always be 'Ln' or 'TK' .
Start Free Trial