K
Size: a a a
K
S
A
AZ
A
AZ
CREATE TABLE ctas_csv_unpartitioned
WITH (
format = 'TEXTFILE',
external_location = 's3://my_athena_results/ctas_csv_unpartitioned/')
AS SELECT key1, name1, address1, comment1
FROM table1;
N
A
CREATE TABLE ctas_csv_unpartitioned
WITH (
format = 'TEXTFILE',
external_location = 's3://my_athena_results/ctas_csv_unpartitioned/')
AS SELECT key1, name1, address1, comment1
FROM table1;
K
S
AZ
K
AZ
K
AZ
SS
SS
AZ
SS