sasha-alias / sqltabs

Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
https://www.sqltabs.com
GNU General Public License v3.0
806 stars 65 forks source link

Feature Request: Ability to pin the resultSet in tabs. #101

Open vijay40 opened 7 years ago

vijay40 commented 7 years ago

Hi, Thanks for creating a very good IDE for handling postgres.

Currently, it is not possible to pin the resultset of a query. It can be a very useful feature as this helps to quickly compare the results of two queries. This feature is available in Oracle SQLDeveloper and can be taken as a reference.

Thanks

sasha-alias commented 7 years ago

Hi, thank you for the feedback! I don't have Oracle around to check. But in general I think a similar functionality can be achieved just by running queries in different tabs. Another way is to share resultset on share.sqltabs.com, thus it can be persisted for later comparison.