RegEx not containing a string

Heinrich Ruoff heinrichruoff at gmail.com
Wed Jul 20 12:37:56 CDT 2005


Hello to all,

can anyone help me how to exclude a string in a regex?

e.g. find all records where name contains "Smith" but doesn't contain "John"
SELECT * from tb_persons WHERE name REGEX 'Smith !John'

thanks
Heinrich


More information about the Valentina mailing list