mysql ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version f

글쓴이: 익명 사용자 / 작성시간: 토, 2012/01/07 - 11:25오후
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 'NULL,description text NOT NULL,primary key(id))' at line 1
에러가 뜸니다 ㅜㅠ
코드는
CREATE TABLE homepage( id int(11) unsigned NOT NULL auto_increment, name text NOT NULL, call text NOT NULL, email text NOT NULL, addres text NOT NULL, domain text NOT NULL, bankname text NOT NULL, bankkey text NOT NULL, check text NOT NULL, description text NOT NULL, primary key(id) );
Forums:
실행해보니, name, call, check 가
실행해보니, name, call, check 가 키워드라 그렇습니다. `로 감싸세요.
댓글 달기