(1-1)*10 이라는 계산이 mysql에선 안되는걸까요?
전체 쿼리문은
select iqrPk, iqrCategory,iqrList from question order by iqrPk desc limit (#{pagenum}-1)*#{amount}, #{amount}
입니다. 어떤게 문제일까요..?
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: 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)*10,10' at line 3