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

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 "'=' cannot be applied to date, varchar(10)"

Code answers related to "SQL"

Browse Popular Code Answers by Language