regex cualquier palabra excepto sql

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