I have this table
I wanted to sort by POS ASC
and also aggregate the two columns X,Y so that my ID becomes Unique. So the result should be like this.
I tried for many hours and I could aggregate the column X,Y. But when I'm doing a GROUP BY
ID and then WMCONCAT(X,Y)
I couldn't sort it by the POS col....
Any help maybe..? Thanks.