Comcast Wed, 10 Sep 2003 17:06:44 -0700
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