Amazon Athena Converting String to Date – Amazon web services
I'm currently using AWS Athena and I'm looking to convert a string field 'YYYYMM' to date (i.e '202208' to 2022-08-dd) and define the date (dd) as the last day in that month. I would first convert the string to date…