Page 1 of 1

Script Variables

PostPosted: Tue Sep 29, 2015 8:34 pm
by cjacobson
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

Re: Script Variables

PostPosted: Fri Oct 02, 2015 10:28 am
by Serge