regex tout mot sauf SQL

SELECT first_name 
FROM emplyoees
WHERE first_name NOT LIKE '%Steven%' /*anyone except Steven :(*/
mahmud