How to show multiple query results separately
There are a couple ways to show multiple sets of query results simultaneously in TablePlus:
1. Split pane
You can split the current SQL Query Editor into many different editors and they work separately.
To split pane, right click on the current editor and choose Split pane horizontally
, or simple use shortcut key Cmd + D
.
2. Split results into tabs
When you have more than one query to run at the same time from the same SQL Editor, this feature will create multiple different tabs to display each result set separately.
You have to make sure it’s enabled using the setting at the bottom left of the Query Editor.
3. Multiple results procedure
You can be able to show multiple sets of result separately when running a procedure with multiple select statements.
The order of the result sets will follow the order of the select statements.