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 aa2c22f commit fda66fbCopy full SHA for fda66fb
sql/plan/into.go
@@ -16,10 +16,10 @@ package plan
16
17
import (
18
"fmt"
19
- "github.com/dolthub/go-mysql-server/sql/types"
20
-"strings"
+ "strings"
21
22
"github.com/dolthub/go-mysql-server/sql"
+ "github.com/dolthub/go-mysql-server/sql/types"
23
)
24
25
// Into is a node to wrap the top-level node in a query plan so that any result will set user-defined or others
0 commit comments