[#5955] Support VALUES() constructor as top level query
This commit is contained in:
parent
ffcbd34fc1
commit
5d3507e418
@ -460,6 +460,11 @@ class ParserImpl implements Parser {
|
||||
|
||||
break;
|
||||
|
||||
case 'v':
|
||||
case 'V':
|
||||
if (peekKeyword(ctx, "VALUES"))
|
||||
return DSL.selectFrom(parseTableValueConstructor(ctx));
|
||||
|
||||
case 'w':
|
||||
case 'W':
|
||||
if (peekKeyword(ctx, "WITH"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user