Working in a query, it would be good to have an "history" button.

So you click on it and see different SQL versions that you "ran" in that input.
Example:
- Open a new query window.
- Write
- Click run
- Update SQL to be:
SELECT COUNT(*) AS total FROM my table
- Click run
- Click on history button, you should see both queries listed.