Files
MarketAnalysis-ETL/EXTERNAL/CHPA/03 dm_td_chpa_market_definition.sql
2026-04-20 14:55:25 +08:00

14 lines
323 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- Databricks notebook source
-- 源表DWD.DWD_GND_IMS_MARKET_DEFINITION
-- 目标表DM.DM_TD_CHPA_MARKET_DEFINITION
-- COMMAND ----------
INSERT OVERWRITE TABLE DM.DM_TD_CHPA_MARKET_DEFINITION
SELECT
TA,
MARKET,
MARKET_DEFINITION_EN,
MARKET_DEFINITION_CN
FROM
DWD.DWD_GND_IMS_MARKET_DEFINITION;