Hello
I am having issues trying to sort some some results.
example results from table:
30/1
8/2
12/1
12/2
How can I sort these to make value before "/" go first and if first value are the same the the value after "/" be first:
30/1
12/2
12/1
8/2
All ideas appreciated