Is there any way to mix mysql result?
For example I have these results in my database table
id | data
-----------
1 | data 1
2 | data 2
3 | data 3
...
N | data N
And I want the data to be shown in random.
For example
data 1
data 3
data 2
data 6
I hope it was easy to understand me, sorry if something in my question is not clear.
Thank you in advance