Files
lc_backend/SQL/202510/20251030/z_exec_last.sql

9 lines
354 B
MySQL
Raw Normal View History

update "LOWCODE_FRAME"."LOWCODE_DBFORM"
set IS_DB_SYNC='N'
where TABLE_NAME in (
'lc_drill_plan', 'lc_outside_license',
'lc_outside_person', 'lc_risk_hazard_manage',
'lc_risk_identify_assessment', 'lc_training_plan',
'lc_training_plan_area', 'lc_training_record'
);