My table TEST has the following rows:
test | 1
test | 2
test | 3
How I query it to get the following result?
test | 1 - 2 - 3
|
|
My table
How I query it to get the following result?
|
||||||
|
|
|
You can use the Coalesce function to sort you numbers in a list. Hopefully this gives you a start:
|
||||
|
|
|
Try:
Reference: STUFF |
||||
|