<select id="login" resultType="org.GGG.DTO.PJmemberDTO">
select id, password from member where id=#{id} and password=#{password};
</select>
뒤에 AND 를 넣어야하는데 ,를 넣어서 신택스오류;
'Programming > Error' 카테고리의 다른 글
[디버깅] 완전 초보자를 위한 디버그 (0) | 2024.09.25 |
---|---|
[문법오류] 경로 설정시 ? 다음엔 & 임 (0) | 2021.01.19 |
[Spring] Controller @Autowired 오류 (0) | 2021.01.14 |
[Spring] 게시판 리스트 오류 (0) | 2021.01.14 |