-- Databricks notebook source --产品挂中文名 insert overwrite table dws.dws_ims_td_prod_cn SELECT distinct RIGHT(concat('0000000000',prodcode),9) AS PROD_COD,ename as PROD_DES,namec as PROD_DES_C, gene_name as CMPS_DES_C,1 AS RANK_TYPE, from_utc_timestamp(current_timestamp(),'UTC+8'), from_utc_timestamp(current_timestamp(),'UTC+8') FROM dwd.dwd_gnd_ims_tblprodcn