SyntaxFix
Write A Post
Hire A Developer
Questions
The ^ negates a character class:
^
SELECT * FROM mytable WHERE REGEXP_LIKE(column_1, '[^A-Za-z]')