To find names containing a “w”, use this query:

SELECT * FROM pet WHERE name REGEXP 'w';

相关文章: