I am querying a table and using the following statement:

SELECT * FROM financial_affiliates WHERE state = 'wa' AND category = '3' ORDER BY name

I would like to ORDER BY RANDOM - is there an easy way to do that. 

Thanks.

-Doug

Reply via email to