I am puzzled with the use of % wildcard in variables.
For instances this will work:
SELECT * FROM TABLE WHERE column like \'blah%\'
But th