Introduction
January 16, 2023To sort a table results randomly use the ORDER by RAND(); option.
eg. Select * from table_name ORDER by RAND();
To sort a table results randomly use the ORDER by RAND(); option.
eg. Select * from table_name ORDER by RAND();
1 Comment
Nothing to say