Flattening JSON column from Athena table
There is an Athena table in which 2 of those columns contains values as json data.
AWS Athena SQL – Multiplying the constant number to existing data
I am trying to multiply the existing value with some constant value o.1876. the output of the data is looks like
AWS Atehnna SQL Query – Converting date to String
I have a Athenna sql query where i am calculating some delivery date like below.
How to load entire text file as record in AWS Athena
I have a bunch of small text files with multi-line, unstructured data, stored in S3.
Since these files don’t have a regular format, I’d like to create an Athena table where every file is parsed as a single record.