'Need to select values which do not contain '-' or '[0-9] or '.' by example not like '-123.423' using Athena [closed]

need to find values in numeric_column(string) that don't contain '-' or '[0-9] or '.' I am a little bit novice in Athena... so honestly don't know how to use here operetor "like" or "regexp_like"...



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source