Error Code : 1175
You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column
To disable safe, mode, toggle ...
delete나 update하고 싶은 table에서
SET SQL_SAFE_UPDATES = 0;
이 문장을 실행시켜주면 설정이 바뀐다
더보기
역시 에러는 검색을 해봐야지!! 에러나면 바로 검색하자
반응형
'프로젝트 하면서 > DB' 카테고리의 다른 글
[tibero] Unable to open a session/Not connected to the server (0) | 2021.05.24 |
---|---|
[tibero6] 기동 실패/shared memory segment with the same key already exists/no space left on device (1) | 2021.05.15 |
[tibero] 엑셀 대량 데이터 INSERT (0) | 2021.04.26 |
[error] Error Code: 1046 (2) | 2020.09.23 |
[ mac os ] mariadb install (0) | 2020.08.04 |
댓글