ORDER BY field RANDOM?

admin

Administrator
Staff member
I can order search results by fields (numerically or what have you), but is it possible to get a random return each time? I think I would just do ORDER BY field DESC, put them in arrays, and spit them out randomly. But is it possible to order the results randomly each time? So if I ran the exact same query twice I would get a different order?

Thanks,

Mike
 
Back
Top