I created a test table in MySQL and would like to insert 10 million rows with randomly generated data. How to make this random generation process? Is there any predefined method in MySQL or is there a quick query we can build to do this job?
Thanks for any help.
source
share