Display multiple results of select - in tabs
See original GitHub issueNice would be, when executing the following SQLs:
select * from TableA;
select * from TableB;
It would be great when marking and executing both, if there will be shown 2 Tabs in the result. One Tab for each result grid.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How to show multiple query results separately - TablePlus
There are a couple ways to show multiple sets of query results simultaneously in TablePlus: 1. Split pane.
Read more >Multiple Result Tabs in Workbench - DBA Stack Exchange
Select a single statement or multiple statements and press the same shortcut as in point 1. This will only run the selected code....
Read more >How to show Query Results in different tabs - YouTube
kkjavatutorialsAbout this Video:In this video, We will learn How to show Query Results in different tabs ?
Read more >Multiple query results in the same tab
I am trying to run multiple queries, and want to see all results in the same result tab. Basically I am trying to...
Read more >multiple query results tab - Oracle Communities
this basically presets the "Pin" option on, so that every query's result within a single worksheet is displayed in separate query result tabs....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You mean, Ctrl+Alt+X – “Execute Statements in separate Tabs” Thats exactly what I was searching for. Thanks!
This is possible with “Execute in new tab” command.
CTRL+\
.