Is there a possibility to recover a variable in a SQL command ?
I'd like to do this :
Code: Select all
put "SELECT * from informations WHERE infos LIKE myvariable into tSQL
I have created a global variable in my stack and when an item is selected in my option menu, its content goes into myvariable. That works. But I can't find how to recover the content of this variable in the sql command.
Would you have any idea ?
Thanks a lot !