본문 바로가기
DB

#syntax에러 [MySQL] DOUBLE 형 선언

by oyeahhh 2016. 7. 14.


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



댓글