Is there any possibility to filter results using as substring chain the content of a program variable?
for instance by using in a SELECT the statement
WHERE tiitm001.dsca LIKE %find%
any item containing in its description the chain "find" is displayed
But what if "find" is the value of a variable? Is there any way?
Thank you
|