I have a MYSQL database with 50.000 rows. Each row represents an article. I want the value of the column with they name “articletext” to be split into 50.000 files. One file for each row. I’m new to MYSQL so I’m not sure how to do this.
Can anyone help me?
Thanks
I created this small java application to solve the problem.