We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xmlparse(content ...)
Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram
xmlagg
select xmlagg(xmlparse(content sn.CODE||',')order by sn.CODE).getclobval() as SN from GV_SYS_CODEINFO sn
Exception in thread "main" net.sf.jsqlparser.JSQLParserException: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "(" "(" at line 1, column 14.
Was expecting one of:
<EOF> <ST_SEMICOLON> at net.sf.jsqlparser.parser.CCJSqlParserUtil.parseStatement(CCJSqlParserUtil.java:352)
The text was updated successfully, but these errors were encountered:
Greetings.
xmlparse(content sn.CODE||',') is not supported.
xmlparse(content sn.CODE||',')
Sorry, something went wrong.
No branches or pull requests
Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram
Failing SQL Feature:
xmlagg
can't be parsedSQL Example:
Software Information:
Exception in thread "main" net.sf.jsqlparser.JSQLParserException: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "(" "("
at line 1, column 14.
Was expecting one of:
The text was updated successfully, but these errors were encountered: