업데이트 후 이와 같은 오류ㅜㅜ 정보
업데이트 후 이와 같은 오류ㅜㅜ본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : www.momtong.com
select * from where mb_id = 'chboy7777' and log_date = '2013-12-03'
1064 : 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 'where mb_id = 'chboy7777' and log_date = '2013-12-03'' at line 1
error file : /index.php
업데이트 하고 난후 이와 같은 오류가 뜹니다 왜 그런걸까요?
로그인을 하면 이와 같이 발생합니다.ㅜㅜ
오류 주소 : www.momtong.com
select * from where mb_id = 'chboy7777' and log_date = '2013-12-03'
1064 : 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 'where mb_id = 'chboy7777' and log_date = '2013-12-03'' at line 1
error file : /index.php
업데이트 하고 난후 이와 같은 오류가 뜹니다 왜 그런걸까요?
로그인을 하면 이와 같이 발생합니다.ㅜㅜ
댓글 전체
쿼리문에 테이블 명이 없네요..
select * from [테이블명] where mb_id = 'chboy7777' and log_date = '2013-12-03'
select * from [테이블명] where mb_id = 'chboy7777' and log_date = '2013-12-03'