Not regexp is an operator of MySQL. It is used for pattern matching. It compares the given pattern in the column and returns the items which are not matching the patterns.
select name from table_name where column_name not regexp 'pattern';
Database:
Insert:
Table:
Query: