Is there any way to format the epoch to timeformat 'YYYY-MM-DD HH:MI:SS' while doing redshift copy from s3 to redshift using COPY command
标签:
amazon-redshift
相关问题
- How to generate 12 digit unique number in redshift
- How to handle quoted values in AWS Redshift unload
- psycopg2.ProgrammingError: syntax error at or near
- how can aws glue job upload several tables in reds
- when unloading a table from amazon redshift to s3,
相关文章
- in redshift postgresql can I skip columns with the
- Redshift table update with join
- How to get a list of UDFs in Redshift?
- Sql Alchemy cannot run inside a transaction block
- Alternatives for Athena to query the data on S3
- Copy a datetime with the format rfc822 into redshi
- How should records be formatted for AWS Kinesis Fi
- Return elements of Redshift JSON array on separate
Sample COPY query using javascript miliseconds (13 digits): Possible options in documentation
You can use redshift COPY command with parameter
TIMEFORMAT 'epochsecs'
orTIMEFORMAT 'epochmillisecs'
Check redshift documentation for more details