Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as SQL by registered user vvillacorta ( 5 months ago )
CREATE TABLE d_mdl_vpc_disc.NOMBRE_TABLA
WITH ( format = 'Parquet', 
         parquet_compression = 'SNAPPY', 
         partitioned_by = ARRAY['p_periodo'],
         external_location= 's3://sagemaker-us-east-1-058528764918/vpc/Segmentacion_BPE/Athena/NOMBRE_TABLA/'
       )
AS (
    acá va el qury,

  p_periodo  recurdate siemrpe crearme como último campo sino lloro
)

 

Revise this Paste

Your Name: Code Language: