[#7171] Support parsing qualified target table names in ALTER TABLE .. RENAME TO
This commit is contained in:
parent
218e4a8bf8
commit
d92faaf9f6
@ -2461,7 +2461,7 @@ final class ParserImpl implements Parser {
|
||||
case 'R':
|
||||
if (parseKeywordIf(ctx, "RENAME")) {
|
||||
if (parseKeywordIf(ctx, "TO")) {
|
||||
Name newName = parseIdentifier(ctx);
|
||||
Table<?> newName = parseTableName(ctx);
|
||||
|
||||
return s1.renameTo(newName);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user