My SQL 4.1.25
I am totally stumped with this one.
I have a table in which one of the columns is an integer from 0~10.
I am trying to split that it into two groups. 1-5 and 0 + 6-10 and order them firstly group 0 + 6-10 then group 1-5 with each group randomised.
So basically I need to see something like this
10
7
8
0
7
6
9
6
0
10
2
4
5
2
5
3
1
Any ideas please