How do I insert for example 100 000 rows into MySQL table with a single query?
You can't as far as I know. You will need a loop.