I have an excel spreadsheet of about 1300 rows. This is representative data of what a million row table looks like. I need to generate more rows like the ones I have.
Is there a free tool, that works with mySQL that can help me with this?
Mike, I don't know if any tool like that exists. It would have to have some understanding of your data. You could write a simple Java (or Perl or ...) to mix the rows or generate random variations.