Hello Everyone,
I am using the query below and Athena does not like it.
where captured_date (between to_number(dateadd(month,-3getdate()),'99999999') and to_number(dateadd(month,-1,getdate()),'99999999'))
I was expecting the last three months of data to be returned.
The error that Alteryx returned is:
Error Message: line 17:22: mismatched input 'between'. Expecting: <expression>