ColumnExpression
-
A matching SQL expression with the
MATCH
SQL operator.// content MATCH '...' Column("content").match(pattern)
A matching SQL expression with the MATCH
SQL operator.
// content MATCH '...'
Column("content").match(pattern)