diff --git a/spec/index.html b/spec/index.html index 3eabcac0..ea600a0b 100644 --- a/spec/index.html +++ b/spec/index.html @@ -2684,6 +2684,7 @@
VALUES (?z) { ("abc") ("def") }
+ Note that the same variable cannot be mentioned multiple times within the variables list of a VALUES clause.
DELETE,
nor in DELETE DATA.
VALUES block
+ VALUES block
must be the same as the number of each list of associated values in the DataBlock.VALUES block must be unique within that list.AS in a SELECT clause
must not already be in-scope.BIND clause must not be already
@@ -12614,6 +12616,7 @@