Run SQL queries via outside of phpmyadmin

shaymiller

Regular Member
Joined
Dec 3, 2016
Messages
456
Reaction score
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.
 
maybe the software heidySQL can do this job
 
Googling "sql queries one after another" will give you code examples for multiple database engines. MySQL, Postgres, SQLite etc. are all different, so there is no one approach.
 
Back
Top