Created
November 8, 2018 13:04
-
-
Save hakanilter/aaf4babde0d8e7d521e4273c932cf900 to your computer and use it in GitHub Desktop.
Athena create select query with location
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE sampledb.test_empty_array_parquet | |
WITH ( | |
format = 'PARQUET', | |
external_location = 's3://somewhere' | |
) | |
AS SELECT * | |
FROM sampledb.test_empty_array |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment