Hello,
Not sure what I would search for on this but I have a table that has two columns, one is an item number and one is a qty. What I am trying to get is a query that will combine all the records together in one long string with a comma separating each number. see example
Thanks in advance
Table
SKU Qty
12345 1000
56789 2000
23456 3000
desired Query result
12345,1000,56789,2000,23456,3000
Not sure what I would search for on this but I have a table that has two columns, one is an item number and one is a qty. What I am trying to get is a query that will combine all the records together in one long string with a comma separating each number. see example
Thanks in advance
Table
SKU Qty
12345 1000
56789 2000
23456 3000
desired Query result
12345,1000,56789,2000,23456,3000