'DBeaver multiple selects in one tab

I would like to have multiple select statements in one tab.

I will give a example.

SELECT * from TableA

SELECT * from TableB

SELECT * from TableB

Result I would like to see:

Result from table A

Result from table B

result from table C

Is it possible to have something like that? I dont want to open multiple tabs, I would like to have multiple results in one tab in text mode.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source