-
It's well-known that standard ADQL does not currently contain Boolean-valued expressions. It's also pretty well-known that there have been efforts to extend ADQL with them, most recently to try to al…
gpdf updated
10 months ago
-
Whether the `overwrite` is not supported
insert overwrite table default.test select * from default.test2;
throw net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "default" "DEFA…
-
JSQLParser 4.1:
```sql
-- Nested Comments failure
select /*this is a /*nested!!!*/ comment*/ 1
from dual;
```
at net.sf.jsqlparser.parser.CCJSqlParserUtil.parseStatements(CCJSqlParserUtil.ja…
-
Always check against the **Latest SNAPSHOT of JSQLParser** and the [Syntax Diagram](https://jsqlparser.github.io/JSqlParser/syntax.html)
### Failing SQL Feature:
- Brief description of the failing…
-
Parsing the following line fails with an error.
`CREATE MATERIALIZED VIEW myview BACKUP NO AS SELECT * FROM mytab`
```
net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "C…
-
### Actual Behavior
Caused by: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "BETWEEN" "BETWEEN"
at line 1, column 49.
Was expecting one of:
"."
";"
…
-
### 当前使用版本(必填,否则不予处理)
3.5.4.1
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
https://github.com/JSQLParser/JSqlParser/issues/1770
### 重现步骤(如果有就写完整)
### 报错信息
java.util.concurrent.ExecutionException…
-
Was expecting one of:
"."
";"
"ACTION"
"ACTIVE"
"ALGORITHM"
"ARCHIVE"
"ARRAY"
"AS"
"AT"
"BYTE"
"CASCADE"
"CASE"
"CAST"
"CHANGE"
…
-
Cannot parse druid sql: https://druid.apache.org/docs/latest/querying/sql.html
`String sql = "SELECT count(machineId), FLOOR(__time TO HOUR) FROM xaxd_brokerloadindexv1 WHERE __time BETWEEN '2010-0…
-
1.我只想使用druid 中sqlparse 功能.