일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 데이터베이스
- Python
- localhost
- OrCAD 다운로드
- MySQL
- console창
- error 해결
- vscode
- DataGrip
- php
- clone
- visualstudio code
- csv
- 파이썬
- 에러
- 깃 토큰
- Visual Studio Code
- run sql script
- error
- PHPStorm
- jupyter
- 오류
- cmd
- 단축키
- github token
- 클론
- database
- github clone
- import data
- 따옴표 삭제
Archives
- Today
- Total
개발 노트
database error : [42000][1064] 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 'corona_Question' (Question_num) on delete cascade 본문
인턴 앱 개발 : 20.07.06~08.31/DataBase : Datagrip
database error : [42000][1064] 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 'corona_Question' (Question_num) on delete cascade
hayoung.dev 2020. 7. 28. 09:56데이터베이스나 datagrip이나 MariaDB에서 하단의 오류가 발생한 경우
오류 내용 :
[42000][1064] 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 'corona_Question' (Question_num) on delete cascade
테이블 명에 썼던 '' 작은 따옴표를 삭제하였더니 해결되었다.
다른 컴퓨터에서는 작동이 되는 것을 보면 버전 차이 문제인 듯 하다.
반응형
'인턴 앱 개발 : 20.07.06~08.31 > DataBase : Datagrip' 카테고리의 다른 글
sql 형식으로 된 데이터data 넣는 방법 (0) | 2020.08.13 |
---|---|
데이터베이스에서 table 만들기. primary key, foreign key의 사용. table drop과 delete의 차이점. (0) | 2020.08.09 |
database import xlsx 한글 깨짐 오류 (0) | 2020.07.28 |