-
-
**Describe what's wrong**
The following query works as expected:
```
SELECT distinct column_1, in(column_1, ['a', 'b', 'c'])
FROM my_table
```
But this one:
```
WITH
(
SELECT g…
-
Should include examples of;
- [x] subqueries, with
- [ ] group by and aggregates
- [ ] case, when, then, end
- [ ] create, insert
- [ ] joins (all types)
- [x] rank, row_number, dense_rank ana…
-
### Discussed in https://github.com/ClickHouse/ClickHouse/discussions/62315
Originally posted by **bjne** April 5, 2024
I have tried for a while to figure out a simpler way to accomplish outp…
bjne updated
7 months ago
-
**Project description**
NoRisk Client is a Minecraft client made by a German YouTuber.
**Metadata**
* homepage URL: https://norisk.gg/
* source URL: https://github.com/NoRiskClient/noriskclien…
-
Hey, just stumbled upon this repository, very useful idea - however, when looking at the results of this query we see heavy duplications occuring.
A query that was triggered 1,141 times in the past 1…
-
jOOQ has quite a big API and implementation due to a variety of factors. This can be an impediment to using jOOQ on smaller devices, e.g. on Android. When using jOOQ on Android, the following features…
-
I have created custom SQL with Field filter and add the question to dashboard. I can add category filter and choose the field
And then I create another question based on previous question this is pie…
-
### Problem description
Using this as a sort of backlog for polars-sql functionality.
This is by no means an exhaustive list of sql functionality, but serves as an unprioritized checklist of fu…
-
One method I've used to try to filter to "app-like" transactions is if there's either 1 internal transaction (2 traces) or any event logs emitted.
It's super computationally intensive to find trans…