We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a819eb commit 13f3c0cCopy full SHA for 13f3c0c
src/main/javacc/net/sf/jsqlparser/parser/JSqlParserCC.jj
@@ -442,7 +442,6 @@ Table Table():
442
| tableName=RelObjectName()
443
)
444
{
445
-
446
final Server server = new Server(serverName);
447
final Database database = new Database(server, databaseName);
448
return new Table(database, schemaName, tableName);
0 commit comments