728x90
반응형
😂 오류 내용
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'order' at line 1.
MySQL에서 테이블 생성 시 자꾸 에러가 발생했다.
🙄 해결 방안
테이블 명을 변경해야 한다.
이미 데이터베이스가 사용하고 있는 예약어 이기 때문에 문제가 발생한 것이다.
반응형