Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created August 7, 2017 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksakae1216/921649464ca5c55c6d55a0403f3e28b4 to your computer and use it in GitHub Desktop.
Save ksakae1216/921649464ca5c55c6d55a0403f3e28b4 to your computer and use it in GitHub Desktop.
Select
Col1
, Col2
, Col3
From
Table1
Where
Col4 = '1'
<if test="groupOya == 'AAA' or groupKo == '111'">
AND
Col5 = '2'
</if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment