MySQL Workbench – I want to loop through 100 columns which are named `1`-`100`
I am using MySQL Workbench. I am trying to build a table with random dummy data that I am generating using a loop. I want to loop through 100 columns which are named 1-100. How can this be accomplished? Here…