SyntaxFix
Write A Post
Hire A Developer
Questions
I usually do as you describe: Add a separate column with a random value (=RAND()) and then perform a sort on that column.
=RAND()
Might be more complex and prettyer ways (using macros etc), but this is fast enough and simple enough for me.