We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e52e4f commit 7b49475Copy full SHA for 7b49475
src/site/markdown/docs/conditions.md
@@ -220,7 +220,7 @@ This statement will be rendered as follows:
220
delete from foo where status = ? and id in ()
221
```
222
223
-This will cause a runtime error due to invalid SQL, but it eliminates the possibility of deleting ALL active rows with
+This will cause a runtime error due to invalid SQL, but it eliminates the possibility of deleting ALLs rows with
224
active status. If you want to allow the "in" condition to drop from the SQL if the list is empty, then use the
225
"inWhenPresent" condition.
226
0 commit comments