Amazon web services – AWS Athena Query to convert complex string column to integer
I have an Athena table with a string column which looks like: +-------------------+ | employee_size | +-------------------+ | GREATER THAN 2000 | +-------------------+ | 500 - 999 | +-------------------+ | 28.00 | +-------------------+ | unknown | +-------------------+ | 563 |…