[#7171] MERGE without INTO (possible in SQL Server)
This commit is contained in:
parent
3dcb32098e
commit
e545a4bde0
@ -1279,7 +1279,8 @@ final class ParserImpl implements Parser {
|
||||
}
|
||||
|
||||
private static final Merge<?> parseMerge(ParserContext ctx, WithImpl with) {
|
||||
parseKeyword(ctx, "MERGE INTO");
|
||||
parseKeyword(ctx, "MERGE");
|
||||
parseKeywordIf(ctx, "INTO");
|
||||
Table<?> target = parseTableName(ctx);
|
||||
|
||||
if (parseKeywordIf(ctx, "AS") || !peekKeyword(ctx, "USING"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user