Hello,
I too am having issues doing this in SQL assistant. I am trying to concatenate 5 fields into one for my answer set. I keep getting a strange result.
SELECT field_1, (field_2||field_3||field_4||field_5||field_6), field_7, count(*) cnt
My result looks like this
836 B7 1. 2. 3. 236. 20...