Hi,
 
how can I write a select where I have a limit result of records but
random.
Something like 
 
SELECT *  FROM table1 LIMIT RAND(10);
 
I know this syntax is wrong I need to know the right one
 
Thanks.
PaT!
mysql

Reply via email to