Often times, especially with mock / test data, it is handy to ORDER BY rand() or SELECT rand() AS someName.
We have already implemented this functionality for MySQL's rand() function and would do it for others if we are certain of their syntax, etc.
We can submit a pull request for this feature, but it is dependent on some of our other pull requests that have not been merged yet, so please let me know how to proceed.
Often times, especially with mock / test data, it is handy to
ORDER BY rand()orSELECT rand() AS someName.We have already implemented this functionality for MySQL's rand() function and would do it for others if we are certain of their syntax, etc.
We can submit a pull request for this feature, but it is dependent on some of our other pull requests that have not been merged yet, so please let me know how to proceed.