Expected one result (or null) to be returned by selectOne(), but found: 3
>리스트로 리턴해야 하는데 object 로 리턴시 발생하는 오류
참고 https://kalismayou.tistory.com/24
Expected one result (or null) to be returned by selectOne(), but found
이오류는 list를 리턴하는데 실제 구현한것은 한개만 리턴하도록 구현했기 떄문에 발생하는 오류임 1. query select * from [table_name] 2. return value public List 로 리턴해야 하나 Object로 리턴했을..
kalismayou.tistory.com
[Mysql]update쿼리 수행 시 오류
SQL Error [1292] [22001]: Data truncation: Truncated incorrect DOUBLE value: