To sort a table results randomly use the ORDER by RAND(); option.
eg. Select * from table_name ORDER by RAND();
My developments and life's work documented.
To sort a table results randomly use the ORDER by RAND(); option.
eg. Select * from table_name ORDER by RAND();
One Comment
Nothing to say