You can translate the question and the replies:

Like operator usage

I have an input parameter, p_subst_name, defined for a view, which I would like to use in the where clause as follows: view1.subst_name like %p_subst_name% what would be the right syntax for this please ?
user
21-10-2014 15:46:49 -0400
code

1 Answer

Hi , the correct syntax will be as follows: The like operator is explained in section "3.5 COMPARISON OPERATORS" of the Denodo's Advanced VQL Guide. You can find every operator and function syntax supported in that same guide. Feel free to use the top right search box for finding more information about the different operations and functions.
Denodo Team
21-10-2014 16:44:19 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here