create table if not exists p10_sa.S98_S_customer_events ( id_str TEXT , date TEXT , last_updated TEXT , customer_id_str TEXT , create_method TEXT , customer_id TEXT , external_id TEXT , id TEXT , source TEXT , event TEXT , content_name TEXT , etl_tx_dt TIMESTAMP ) ; COMMENT ON COLUMN p10_sa.S98_S_customer_events.id_str IS ''; COMMENT ON COLUMN p10_sa.S98_S_customer_events.date IS ''; COMMENT ON COLUMN p10_sa.S98_S_customer_events.last_updated IS ''; COMMENT ON COLUMN p10_sa.S98_S_customer_events.customer_id_str IS ''; COMMENT ON COLUMN p10_sa.S98_S_customer_events.create_method IS ''; COMMENT ON COLUMN p10_sa.S98_S_customer_events.customer_id IS ''; COMMENT ON COLUMN p10_sa.S98_S_customer_events.external_id IS ''; COMMENT ON COLUMN p10_sa.S98_S_customer_events.id IS ''; COMMENT ON COLUMN p10_sa.S98_S_customer_events.source IS ''; COMMENT ON COLUMN p10_sa.S98_S_customer_events.event IS ''; COMMENT ON COLUMN p10_sa.S98_S_customer_events.content_name IS ''; COMMENT ON COLUMN p10_sa.S98_S_customer_events.etl_tx_dt IS ''; COMMENT ON TABLE p10_sa.S98_S_customer_events IS ''; create table if not exists p12_sfull.S98_S_customer_events ( id_str TEXT , date TEXT , last_updated TEXT , customer_id_str TEXT , create_method TEXT , customer_id TEXT , external_id TEXT , id TEXT , source TEXT , event TEXT , content_name TEXT , etl_tx_dt TIMESTAMP ) ; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.id_str IS ''; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.date IS ''; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.last_updated IS ''; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.customer_id_str IS ''; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.create_method IS ''; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.customer_id IS ''; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.external_id IS ''; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.id IS ''; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.source IS ''; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.event IS ''; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.content_name IS ''; COMMENT ON COLUMN p12_sfull.S98_S_customer_events.etl_tx_dt IS ''; COMMENT ON TABLE p12_sfull.S98_S_customer_events IS '';