Interesting
The operator
~~
is equivalent to LIKE, and~~*
corresponds to ILIKE. There are also!~~
and!~~*
operators that represent NOT LIKE and NOT ILIKE. All of these operators are PostgreSQL-specific.
per 7.3 doc. not sure if outdated
Interesting
The operator
~~
is equivalent to LIKE, and~~*
corresponds to ILIKE. There are also!~~
and!~~*
operators that represent NOT LIKE and NOT ILIKE. All of these operators are PostgreSQL-specific.
per 7.3 doc. not sure if outdated