-
Syntactically wrong SQL is fired against PostgreSQL after few hours of execution.
here is the extract from the log
...
[ 20060s ] thds: 4 tps: 11.00 qps: 360.60 (r/w/o: 165.80/163.90/30.90) lat (…
-
It would be useful if the README specified how this differs from the sql syntax, as I can make guesses (things like support for PostgreSQL specifics), but it would be helpful to me to make this explic…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
2.0.3-rc03
### What's Wrong?
创建表后,执行in…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Environment
```Markdown
- Version: v0.8.0
- Tableau: 2019.4 & 2023.2
```
### Actual Behavior
**1、O…
-
### What happened?
```jsonl
syncer {"level":"error","ts":1728424782.3093603,"caller":"filters/wrap.go:54","msg":"timeout or abort while handling: method=GET URI=\"/v1-k3s/connect\" audit-ID=\"0e22dc…
-
Hello there,
Here are some examples:
The following all work:
SELECT * ORDER BY a.title DESC
SELECT * ORDER BY a.title, a.attribute
SELECT * ORDER BY a.title, a.attribute DESC
These result …
-
```
Enter sample script like this^
SELECT *
FROM (
SELECT ID
FROM Table m WITH(NOLOCK)
LEFT JOIN (SELECT ID FROM #Table WHERE ID > 0) t ON t.ID = m.ID
) t
and move to the first brace "(". It…
-
### What version of `drizzle-orm` are you using?
0.29.1
### What version of `drizzle-kit` are you using?
0.20.7
### Describe the Bug
When ordering by a related field on a joined table using the …
-
# Background
Hi community,
This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). …
-
# Background
Hi community,
This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). …