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.
2 parents 52ac432 + f0ce2a7 commit d3b2efdCopy full SHA for d3b2efd
enginetest/queries/insert_queries.go
@@ -1722,7 +1722,7 @@ var InsertScripts = []ScriptTest{
1722
},
1723
Assertions: []ScriptTestAssertion{
1724
{
1725
- Query: "insert into a select * from (select i from b) as bb on duplicate key update a.i = bb.i + 100;",
+ Query: "insert into a select * from (select i from b) as bb on duplicate key update a.i = bb.i + 100;",
1726
ExpectedErrStr: "number of values does not match number of columns provided",
1727
1728
0 commit comments