Hi everyone,
I was wondering if there is anyway to concatenate a result set from a query into one field.
Eg. query returns:
quoteId includes:
1 chocolate
2 flour
3 salt
from that result set I would like to create a string:
"The quote includes chocolate, flour, salt"
Is this possible through only a query and without using methods/functions at all?
Thank you
I was wondering if there is anyway to concatenate a result set from a query into one field.
Eg. query returns:
quoteId includes:
1 chocolate
2 flour
3 salt
from that result set I would like to create a string:
"The quote includes chocolate, flour, salt"
Is this possible through only a query and without using methods/functions at all?
Thank you