leading-project/dw/dim/dim_costitem_d.sql

11 lines
309 B
MySQL
Raw Normal View History

2024-07-21 22:06:45 +08:00
SELECT
CostID -- 费用id
, CommID -- 项目id
, CostSNum -- 费用号
, CostName -- 费用名称
, CostType -- 费用类型
, CostGeneType -- 费用生产类型
, CorpCostID -- 费用科目id
, CostCode -- 费用代码
FROM ods_erp_tb_hspr_costitem_d
where IsDelete = 0