Hello Serge and Team,
First of all I would like to say that I have been a big fan of your product since I started using it earlier this year - what a UI!
Now down to business - what are the chances you guys will add script variables anytime soon? For example, in SQLWorkbench/J I can write the following script:
WbVarDef maine_coon_id =@ "SELECT cat_id FROM kitties WHERE cat_name = 'Maine Coon'";
SELECT DISTINCT
city_name
FROM
kitty_travel_destinations
WHERE
cat_id = maine_coon_id;
To my knowledge, an equivalent feature does not exist in DBeaver, and I loathe SQLWorkbench/J's UI.
Best of luck, and thanks!
Clark