How can i get this to work? CODE]SELECT * FROM tbl WHERE title LIKE '%test%' ORDER BY RND() LIMIT 2[/CODE] i get FUNCTION dbName.RND does not exist Any suggestions?
and if you are really for rnd() the function is round(...) here is a help link http://dev.mysql.com/doc/refman/5.0/en/mathematical-functions.html#function_round hope it helps!