We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4908ce3 commit 9c5ba77Copy full SHA for 9c5ba77
commands/sinterstore.md
@@ -1,7 +1,7 @@
1
This command is equal to `SINTER`, but instead of returning the resulting set,
2
it is stored in `destination`.
3
4
-If `destination` already exists, it is overwritten (when the intersection is nonempty) or deleted (when the intersection is empty)
+If `destination` already exists, it is overwritten (when the intersection is nonempty) or deleted (when the intersection is empty).
5
6
@examples
7
0 commit comments