8 lines
203 B
MySQL
8 lines
203 B
MySQL
|
|
update
|
||
|
|
"LOWCODE_FRAME"."LOWCODE_DBFORM"
|
||
|
|
set
|
||
|
|
IS_DB_SYNC='N'
|
||
|
|
where
|
||
|
|
TABLE_NAME in (
|
||
|
|
'lc_building','lc_power_env_device','lc_power_env_monitor_metric'
|
||
|
|
);
|