We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c85dc commit d79a043Copy full SHA for d79a043
src/test/java/org/apache/ibatis/submitted/nestedresulthandler_association/AccountRepository.xml
@@ -40,7 +40,7 @@
40
t_account_address aa
41
ON aa.account_uuid = a.account_uuid
42
WHERE
43
- a.birth_date >= #{birthMonth} AND a.birth_date < ADD_MONTHS(#{birthMonth}, 1)
+ a.birth_date >= #{birthMonth} AND a.birth_date < DATE_ADD(#{birthMonth}, INTERVAL 1 MONTH)
44
ORDER BY
45
a.account_uuid
46
]]>
0 commit comments