leading-project/dw/dim/dim_engine_sys_point_d.sql

9 lines
156 B
MySQL
Raw Permalink Normal View History

2024-07-21 22:06:45 +08:00
SELECT
SysPointId
, PointName
, PointCode
, Sort
, IsDelete
, TaskType
FROM ods_erp_tb_cp_syspoint_d
where ifnull(IsDelete,0)=0