You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the like operator with a parameter using 'add string parameter' action, but it seems to be that the like operator is considering my parameter as a string and not as a parameter. Hier is an example:
and doc.Name like ''%$text%'''.
The text was updated successfully, but these errors were encountered:
Unfortunately, it throws an error, since the like operator expects the ''. Here is the error: 'Error on line 7 character 111: extraneous input '%' expecting {NULL, TRUE, FALSE, NATURAL, REAL, VARIABLE, STRING_LITERAL}
Error on line 7 character 117: mismatched input '%' expecting {, ';'}'
I am trying to use the like operator with a parameter using 'add string parameter' action, but it seems to be that the like operator is considering my parameter as a string and not as a parameter. Hier is an example:
and doc.Name like ''%$text%'''.
The text was updated successfully, but these errors were encountered: