:variable

do not work command, select * from x where y=:variable
work only &variable but this is not sql standard
 
Bind variables are supported in the Test Window and Command Window. The SQL Window (which I assume you were using) does not support bind variables. There is an enhancement request for this though.

------------------
Marco Kalter
Allround Automations
 
Back
Top