leading-project/dw/dim/dim_innoveco_space_point_d.sql

14 lines
341 B
MySQL
Raw Normal View History

2024-07-21 22:06:45 +08:00
SELECT
ID
, OrganCode -- 组织代码
, CommID -- 项目id
, `Type` -- 类型
, CategoryID -- 类别id
, `Number` -- 点位号
, Name -- 点位名称
, Price -- 价格
, PriceUnit -- 单价
, Sort -- 排序
, IsMustDo -- 是否必做
FROM ods_erp_tb_divfmanage_point_d
where IsDelete = 0