mysql - How can I make each row in the resultset returns multiple times? -


i'm writing application uses mysql , tables don't have many data in it. want test how application handles larger amount of data. in order need each row in resultset repeat several times.

i know can run query , union same query , union same query. there different way makes easier me choose how many duplications occur?

make sure have table insert into

to generate dummy data. http://www.generatedata.com generate data insert scripts.

then create massive dataset


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -