Name
like() — Implement the LIKE operator
Common Usage
like(pattern,string)
Description
The like() function implements the matching
algorithm used by the SQL expression , and is
normally not called directly by user-provided SQL expressions.
This function exists so that it may be overridden with a
user-defined SQL function, providing a user-defined string LIKE
patternLIKE operator.
Note that the order of the parameters
differs between the LIKE
expression and the like()
function.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access