I have a column STR which may contain any strings. I'm using MySql. How to find strings which don't contain letters in SQL without using Regular Expressions? As I understand RegExp in SQL is [^...]. So how to select the strings without using [^...]?I have a column STR which may contain any strin