How can I tie each query in a SQL editor with a result so I can compare results without continuously executing the SQL every time I switch editors?
This is what I mean:
Editors : |selected SQL Editor 1|SQL Editor 2|
Results: |current result 1_____|result 2____|
I press on the other tab panel, SQL Editor 2, and I should see this:
Editors : | SQL Editor 1 |selected SQL Editor 2|
Results: | result 1_____|current result 2____ |
Something similar to the free tool from MySql called Query Browser.
Another improvement might be CTRL + T to open a new SQL editor.
Thanks, I like the product and I am just trying to love it.