Search Operator
This is a discussion on Search Operator within the Other DBs forums, part of the Database category; In PostgreSQL is there a seperate oerator available for case-insensitive regular expression searches. If so can anyone mention that. I ...
-
Search Operator
In PostgreSQL is there a seperate oerator available for case-insensitive regular expression searches. If so can anyone mention that. I need it for my search.
-
Yes the operator
~*
can be used for case-insensitive regular expression searches. Do the search and let me know the result.


Reply With Quote





