📅  最后修改于: 2022-03-11 14:55:36.937000             🧑  作者: Mango
SELECT *
FROM names
WHERE regexp_like (name , 'z') ;
-- Oracle REGEXP_LIKE example would
--retrieve all of the names that contain the letter ‘z’.
NAME
-------------------------
Lorentz
Gietz