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 de678a1 commit 960e007Copy full SHA for 960e007
src/site/markdown/dynamic-sql.md
@@ -15,7 +15,7 @@ The Dynamic SQL elements should be familiar to anyone who has used JSTL or any s
15
16
The most common thing to do in dynamic SQL is conditionally include a part of a where clause. For example:
17
18
-```
+```xml
19
<select id="findActiveBlogWithTitleLike"
20
resultType="Blog">
21
SELECT * FROM BLOG
0 commit comments