The value on the right side of a LIKE expression must be a simple string constant, the USER keyword, or (outside a stored procedure) a dynamic parameter supplied at runtime, indicated by a question mark “?”. Dynamic parameters are not supported within SQL Editor, only in application code.
This example matches all column values except those that begin with a percent sign:
This example creates a stored procedure that returns any rows where the Building_Name column contains the characters stored in the input variable
:rname and where the
Type column contains the characters stored in the input variable
:rtype.