Getting random values in mySql query

Posted by Roland on Stack Overflow See other posts from Stack Overflow or by Roland
Published on 2010-05-05T19:15:39Z Indexed on 2010/05/05 19:18 UTC
Read the original article Hit count: 155

Filed under:

I have a query which selects 6 names in the database. eg

SELECT names FROM users LIMIT 6

Now I want this query to select a random 6 names in the database table, is this possible? And how

© Stack Overflow or respective owner

Related posts about mysql