We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7e8a72 + 651ec7a commit f15be48Copy full SHA for f15be48
go/vt/sqlparser/parse_test.go
@@ -63,6 +63,8 @@ var (
63
input: "select a from t",
64
}, {
65
input: "select $ from t",
66
+ }, {
67
+ input: "select a.b as a$b from $test$",
68
69
input: "select 1 from t // aa\n",
70
output: "select 1 from t",
0 commit comments