I know this should be simple but how do I add a 'WHERE col NOT (REGEXP 'patern') in a MySQL query
Ummmm. Can't you just use the NOT keyword? :rolleyes:
WHERE some boolean expression
WHERE NOT (some boolean expression)