This should work: ```sql SELECT * FROM users WHERE name GLOB '*e*' ```
This should work: