-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
### Steps to reproduce the issue
In the XML-file of, for example, a module you can use the field type `editor` with editor `codemirror`.
Add a field to the XML using the syntax for css. For exampl…
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
Hi folks,
I had a question which I posted at https://forum.cube.dev/t/syntax-error-missing-semicolon-in-schema/598 and slack, regarding syntax error.
My schema file is
```
cubes:
- name: …
-
Add built in SQL inside c# strings syntax highlighting, code completion and code analysis base of connection string for writing raw SQL queries in our code. this feature analysis queries and verify SQ…
-
### What feature are you requesting?
```sql
create table t1 (num int) using columnstore;
insert into t1 select i from generate_series(1, 10000) s(i);
select * from t1 tablesample system(10);
ER…
ktny updated
22 hours ago
-
### Information about bug
Encountering with the following error while selecting a Warehouse for material issue
![image](https://github.com/user-attachments/assets/7195759c-fb0c-407a-9ed1-31d91826…
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
When I execute the following SQL statement.
`select a.* from tablea a qualify row_number() over (partition by a.id order by a.date desc) = 1;`
I will receive an exception message.
`ERROR 10…