Hi, I often use SQL Server's ORDER BY NEWID() clause in conjunction with a SELECT TOP n to produce a specified number of random results from a table or view. can anyone tell me if there is an equivalent function in MYSQL ? I am familiar with the LIMIT clause, but cannot find anything that will produce n random records. Thanks