Answers for "sql '=' cannot be applied to date varchar(10) athena"

SQL
0

sql '=' cannot be applied to date varchar(10) athena

#cast it to a DATE format

WHERE observation_date > CAST('2017-12-31' AS DATE)
Posted by: Guest on August-21-2020

Code answers related to "sql '=' cannot be applied to date varchar(10) athena"

Code answers related to "SQL"

Browse Popular Code Answers by Language