Hey Friends, hopefully this isn't too silly of a question. We are trying to take a column of values and put them together in a string. So the Table might look like this:
Column 1
AAA
BBB
CCC
DDD
So we want a query that can give us a result from that table of:
'AAA, BBB, CCC, DDD'
All together in 1 string separated by a comma or something.