Closed
Description
I'm trying to parse a sql-script with multiple statements, and some statements are analyze sometable
statements. These are not recognized by the parser?
See for the syntax:
https://www.postgresql.org/docs/current/sql-analyze.html
Simple test:
CCJSqlParser parser = newParser("analyze table1");
parser.withAllowComplexParsing(true);
for (Statement st :parser.Statements().getStatements())
{
System.out.println(st);
}
Metadata
Metadata
Assignees
Labels
No labels