데이터 분석

SQL) Safe Update 모드 끄기

이소금 2021. 9. 30. 22:07
반응형
SET SQL_SAFE_UPDATES = 0;
# update act.tb_perf_mgmt_azbd_prop set period = '1st Phase' where period = 'all';
반응형