Name
match() — Implement the MATCH operator
Common Usage
match(pattern,string)
Description
The match() function
implements the matching algorithm used by the SQL expression
, and is
normally not called directly by user-provided SQL expressions. A
default implementation of this function does not exist. To use
the string
MATCH patternMATCH operator, an
application-defined
function must be registered.
Note that the order of the parameters
differs between the MATCH
expression and the match()
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