Jelle Ouwerkerk <jelle(at)openface(dot)ca> writes:> Also, is there a way to randomize the order of a result set?
There's always SELECT * FROM foo ORDER BY random();
regards, tom lane