In a process, you may want to use a variable, which was defined with the Variable Manager, in a SQL Operation.


First step : use the Variable Manager to set the parameter



Second step : in the SQL Operation, you can access the variable with the following syntax : ${/MyVariable}$


In this case, as the parameter is a string, we need to use it in quotes.


That's it !