Here is my one of my tries without sucess:
var myVar VARCHAR;
exec :myVar:= 'm';
select * from users where lower(name) like lower(':myVar%')
myVar is the variable i want to inject in the string
Hope to have explained my question well. Thanks in advance.
