Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)

Paste

Pasted as SQL by registered user vvillacorta ( 2 years 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: