Variable: like
constlike:Operator
Defined in: lang-sql/src/operators/string.ts:16
SQL LIKE operator; tests a string against a case-sensitive pattern, mapping % to .* and _ to ..
constlike:Operator
Defined in: lang-sql/src/operators/string.ts:16
SQL LIKE operator; tests a string against a case-sensitive pattern, mapping % to .* and _ to ..