써먹는 웹개발
[MariaDB] Unsafe query: 'Delete' statement without 'where' clears all data in the table 본문
웹개발/Database
[MariaDB] Unsafe query: 'Delete' statement without 'where' clears all data in the table
kmhan 2022. 11. 15. 20:07728x90
반응형
원하는 기능 : 테이블 데이터 전체 삭제
에러메시지 : Unsafe query: 'Delete' statement without 'where' clears all data in the table
원인 : 전체 삭제 안되게 처리
해결 코드 :
truncate 테이블명;
728x90
반응형
'웹개발 > Database' 카테고리의 다른 글
[Mysql/MariaDB] 양/음수 double 형 데이터 3자리마다 콤마 추가 쿼리문 (0) | 2022.11.21 |
---|---|
[DB] Linux > Could not connect to address 해결방법 (0) | 2022.11.21 |
[MariaDB] mysql에서 mariadb를 쓸때 jdbc 오류 해결방법 (0) | 2022.11.14 |
[DB] linux에서 쿼리실행시 나는 에러 원인 (0) | 2022.11.07 |
[mysql] 월별통계 처리할때 참고한 블로그 (데이터 없는 날짜 0 처리) (0) | 2021.12.17 |
Comments