Skip to content

Commit 97606e8

Browse files
committed
fix typo
1 parent 482262d commit 97606e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/planbuilder/scope.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,6 @@ func (c scopeColumn) String() string {
637637
if c.table == "" {
638638
return c.col
639639
} else {
640-
return c.table + "+" + c.col
640+
return c.table + "." + c.col
641641
}
642642
}

0 commit comments

Comments
 (0)