Name
MATCH — Match text values using patterns
Description
The purpose of the MATCH operator is to support a
user-defined pattern-matching algorithm. No default
implementation exists, however, so any attempt to use the
MATCH operator without
first defining a match() SQL
function will result in an error.