SyntaxFix
Write A Post
Hire A Developer
Questions
Solution: where some_column NOT LIKE '%[^0-9]%' Is correct.
where some_column NOT LIKE '%[^0-9]%'
Just one important note: Add validation for when the string column = '' (empty string). This scenario will return that '' is a valid number as well.
''