I tried to create a table in Amazon's Athena using this DDL however after querying, I see that all of my dates values (in transactiondate field) are NULL. The source data format is simply mm/dd/yyyy i.e. 08/01/2017.
Any ideas?
CREATE EXTERNAL TABLE
wf2(transactiondatedate,amountdecimal(10,0),descriptionstring,filenamestring)