24 lines
810 B
SQL
24 lines
810 B
SQL
select
|
|
stat_date -- 统计时间
|
|
,indi_type -- 指标类型
|
|
,bu_code -- 事业部编码
|
|
,bu_name -- 事业部
|
|
,region_code -- 大区
|
|
,region_name -- 大区名称
|
|
,office_code -- 办事处编码
|
|
,office_name -- 办事处
|
|
,city_unit_code -- 城市单元编码
|
|
,city_unit_name -- 城市单元名称
|
|
,deal_code -- 经销商编码
|
|
,deal_name -- 经销商
|
|
,fist_item -- 一级项目
|
|
,fist_item_kh --
|
|
,cost_source -- 费用来源
|
|
,cost_source_kh
|
|
,cost_item -- 费用项目
|
|
,activity_type -- 活动类别
|
|
,pay_way -- 支付方式
|
|
,pl_name -- 产品线
|
|
,amt -- 金额
|
|
,create_time -- 创建时间
|
|
from dm.v_sal_market_indi_month a |