79532550

Date: 2025-03-25 02:06:49
Score: 1
Natty:
Report link

This will solve. Try it.
A random() function produces numbers in fraction numbers. Leave it as is and alias a random function and use that alias outside from inner query.

select * from
  (select *, random() as rdm from table_name)
order by rdm
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: valudoy