Hi!
I’m trying to set a query with a string variable in the script. I have set the database connection in the query script the value
SELECT idOR from Personal where name=‘${variablename}’
And the error that appears in the engine log is written the without the single quotes. I have tried to escape them ('), tried double quote, and each time the query is done without any quotes.
How can I quote the value of my string variable thus the query is right?