You have an error in your SQL syntax; check the manual that corre...

You have an error in your SQL syntax; check the manual that corre...

작성일 2018.01.24댓글 1건
    게시물 수정 , 삭제는 로그인 필요

CREATE TABLE 'USER' (
    
    userID VARCHAR(20) NOT NULL,
    userPassword VARCHAR(20) NOT NULL,
    userName VARCHAR(20) NOT NULL,
    userAge VARCHAR(20) NOT NULL,
    FRIMARY KEY(userID)
);

작성하고 나면 
#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 ''USER'
    
    userID VARCHAR(20) NOT NULL,
    userPassword VARCHAR(20) NOT' at line 1 
라고 오류가 나오는데 어디가 잘못되있는건가요?

코드 작업 프로그램은 카페 24 호스팅 서버로 작업한 내역입니다.




#you have divergent branches and need to specify how to reconcile them #you have not concluded your merge (merge_head exists) #you have an error in your sql syntax #you have my word #you have to remove (or rename) that container to be able to reuse that name #you have new mail in /var/spool/mail/root #you have an error in your sql syntax check the manual that corresponds to your mysql server version #you have sent too many messages to the model. please try again later #you have exceeded the number of allowed recovery attempts. please try again later #you have entered an incorrect 2fa verification code

profile_image 익명 작성일 -

frimary가 아니라 primary 입니다. 

You have an error in your SQL...

... 나모 작업하고 작업 파일을 계정으로 업로드한 뒤 게시판을 클릭하니 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server...

You have an error in your SQL...

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 1 이런 에러가 뜹니다. sql문...

You have an error in your SQL...

... 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 '? and StudentPW = ?' at line 1...

You have an error in your SQL...

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 1 이렇게떠요 ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ...

You have an error in your SQL...

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 '-1, 1' at line 1 이런 에러가 뜨는데요 sql이...

You have an error in your SQL syntax...

... return 0; } 컴파일시 오류는 없는데 실행하면 화면에 Mysql query error : You have an error in your SQL syntax; check the manual that corresponds...

You have an error in your SQL...

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 'index (userId,password,userName...

You have an error in your SQL...

... 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 1 오류나는...

You have an error in your SQL...

... // test db 선택 if(!$db_select) { error("DB 접속 실패... (mysql_error()); //query 문 result 변수에... if (!$result) { echo "쿼리문 오류 : ".mysql_error().""; ecoh "실제...