ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') )' at line 2
테이블 생성할 때, DOUBLE형의 길이를 지정하면 안된다.
틀린 문법 : double DOUBLE(11)
길이 지정없이 만든다.
맞은 문법 : double DOUBLE
출처
http://stackoverflow.com/questions/18959669/creating-a-double-field-failed-with-error-1064-mysql
'DB' 카테고리의 다른 글
[ MongoDB ] 윈도우10, MongoDb 3.4 설치 & 실행 (0) | 2017.09.04 |
---|---|
[MySQL] Window 64bit , MySQL 5.7.17 설치, root 비밀번호 설정 (0) | 2017.03.20 |
[MySQL] 테이블 구조,컬럼 정보 보기 (0) | 2016.07.15 |
[MySQL] #에러 5.7 버전 로그인 에러 Access denied for user 'root'@'localhost' (using password: NO) (1) | 2016.05.11 |
댓글