Database/MySQL
[MySQL] 테이블내 데이터 모두 삭제, truncate
opid
2014. 10. 6. 23:36
MySQL 테이블내 데이터 모두 삭제하기
truncate [table name]; ex) truncate students;