sql '=' cannot be applied to date varchar(10) athena code example
Example: sql '=' cannot be applied to date varchar(10) athena
#cast it to a DATE format
WHERE observation_date > CAST('2017-12-31' AS DATE)
#cast it to a DATE format
WHERE observation_date > CAST('2017-12-31' AS DATE)