What is the opposite of regexp_like in oracle?

Member

by gilbert , in category: MySQL , 8 months ago

What is the opposite of regexp_like in oracle?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by kadin , 8 months ago

@gilbert 

The opposite of REGEXP_LIKE in Oracle is NOT REGEXP_LIKE. This function can be used to find records that do not match a specified pattern in a regular expression.

Related Threads:

How to use regexp_like in oracle?
What is the opposite of "caching"?
How to improve an update query in oracle?
How to make a continuous delete statement in oracle?
How to import oracle sql file into mysql?
How to get 2 distinct rows from 1 row with 3 tables in sql oracle?