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 19d00a7 commit 2db3681Copy full SHA for 2db3681
spec/index.html
@@ -2684,7 +2684,7 @@ <h4>VALUES syntax</h4>
2684
<pre class="data nohighlight">
2685
VALUES (?z) { ("abc") ("def") }
2686
</pre>
2687
- <p>Note that duplicated variables are not allowed in VALUES clauses.</p>
+ <p>Note that the same variable cannot be mentioned multiple times within the variables list of a VALUES clause.</p>
2688
</section>
2689
<section id="inline-data-examples">
2690
<h4>VALUES Examples</h4>
0 commit comments