Hy!
I have a select in entity sql that returns simple strings, and i should concatenate to a string.
select (p.X + p.Y) from ExampleEntities.ExampleTable as p
group by p.X, p.Y
For example it returns 3 string and i should concatenate it to 1 string.
Thank you for all helps! Gabor