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 a8cc934 commit ce0922dCopy full SHA for ce0922d
sql/analyzer/unnest_insubqueries.go
@@ -45,8 +45,6 @@ func unnestInSubqueries(ctx *sql.Context, a *Analyzer, n sql.Node, scope *plan.S
45
}
46
47
switch n.(type) {
48
- case *plan.Update:
49
- print()
50
case *plan.DeleteFrom, *plan.InsertInto:
51
return n, transform.SameTree, nil
52
0 commit comments