shaymiller
Regular Member
- Dec 3, 2016
- 456
- 45
I have list of many sql queries I run directly in my phpmyadmin for data moving around from one table to another, updating, multiplication etc
I have these queries saved into a Notepad and whenever I need to run one, I just copy/paste into phpmyadmin.
I am looking for a simple solution, where I can save all of these queries into an database and run it by click "RUN" button. Note, all of these queries has to be run in order, so I can't paste 10 sql queries at once.
I have these queries saved into a Notepad and whenever I need to run one, I just copy/paste into phpmyadmin.
I am looking for a simple solution, where I can save all of these queries into an database and run it by click "RUN" button. Note, all of these queries has to be run in order, so I can't paste 10 sql queries at once.