-
Sql1:
```
SELECT DISTINCT a.id
FROM hl_claim a
JOIN hl_policy b ON a.policy_id = b.id
LEFT JOIN hl_policy_customer_org c ON b.id = c.policy_id
LEFT JOIN hl_policy_customer_org d ON b.id …
-
Build a system which is able to take in an SQL database and extract data from it for use in Java and for Front End
-
-
- EdgeDB Version: 5.6+0521607
- EdgeDB CLI Version: 5.5.2+a5c8312
- OS Version: Debian Bullseye
(Me again, trying more options for getting data out of EdgeDB - see also Metabase issue [here](http…
tomnz updated
2 weeks ago
-
Discussed in a [pre-mortem](https://cockroachlabs.atlassian.net/wiki/spaces/SQLQUERIES/pages/edit-v2/4026925057?draftShareId=01bf784b-104b-4982-a068-16c4ee201581).
Jira issue: CRDB-44680
-
It would be really nice to be able to format nicely SQL strings used by `fragment`
Since `fragment` already takes a string, it seems fairly trivial to replace it with a `~SQL` sigil to get nice for…
-
### Type of Edit (select all that apply)
Add new content (definitions, codeblocks, etc.)
### Description (optional)
We would like to edit the term entry `Lag` in the concept entry `Window-Function`…
-
Hello,
I have ran into some SQLstate issues by using the tutorial on the Xibo website.
Link : https://community.xibo.org.uk/t/xibo-cms-with-docker-on-ubuntu-22-04/9392
The problem was the mysql d…
-
The starting point for this should be #370. And using OCamlPro Gixsql fork : https://github.com/OCamlPro/gixsql
## Preproc file generation issues
- [x] Digit scale should be negative : TSQL005A …
-
Running 2004.sql on a sql server hit a max amount of characters for a CTE. All that I did was split it out into two CTEs and do the insert at the bottom with both. Here is the analysis file with the…