Skip to content

Commit 143e6b2

Browse files
authored
add var_samp to keywords (#409)
1 parent d833532 commit 143e6b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/vt/sqlparser/keywords.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ var keywords = map[string]int{
669669
"value": VALUE,
670670
"values": VALUES,
671671
"var_pop": VAR_POP,
672+
"var_samp": VAR_SAMP,
672673
"varbinary": VARBINARY,
673674
"varchar": VARCHAR,
674675
"varcharacter": VARCHARACTER,

0 commit comments

Comments
 (0)