Have an option for drop to clear current query text
Suppose you start with a new query, then you can expand a database connection it will show you the tables and you can drag a table name into the current query window and it allows you to quickly run and see the contents of the table.
But if you drag another table into the same query window it inserts the table name roughly where the drop occurs.
It would be nice if there was a way of replacing the current text which would allow you to run the query and see the contents of that table.
Perhaps this could be done if you hold down shift while dropping the table into the query window.
This helps when you are looking through the various tables in an unfamiliar database.
Alternative if there was a special way where you could generate a query that dumps every single table.