tags:

views:

41

answers:

1

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

Thank you for any help.

+3  A: 

RandomDataGenerator

Mitch Wheat
Thank you for the link!
Nirmal