Hi All,
In order to pick up the records in a random way, I use RAND() function. Opposite to this, I user ORDER BY. Without using ORDER BY, the query displays the records in a random order. Hence, I do not see any other use of RAND() function. Is this correct ? Are there any other benefits in RAND() function ?