-
### Is your feature request related to a problem or challenge?
While looking at the results of the most recent clickbench run
- https://github.com/apache/datafusion/issues/13099
Here is the [Cl…
-
The queries in the [sql activity update job](https://github.com/cockroachdb/cockroach/blob/9f61a38b670e57873509568f67bb665e50cd1935/pkg/sql/sql_activity_update_job.go#L269) that select the top-k data …
-
### Version
1.27.0
### What happened?
created some tables and queries to insert values into the tables. the generated code doesn't generate sensible or expected results.
- `:execresult` produces …
-
### Description
Metabase is part of our stack and must be kept up to date to ensure that security issues are not inflicted on server administrators or the impact expansion team developers.
When a ser…
-
@timtebeek
Spring. JPA Query migration Recipe:
Recipes to transform SQL queries between cross DB engine.
Example: DB2 SQL Query
SELECT … MINUS SELECT …
--
Example: Postgres SQL
SE…
-
We are currently exposing the complete SQL statement for each query but this is not very maintainable when we start adding filters that are applicable to several queries (like labels or annotations)
…
-
## Describe the feature
Allow escaping `%` and `_` in `like` SQL queries sent to database using `ESCAPE` clause as described on:
https://www.sqlitetutorial.net/sqlite-like/
https://mariadb.com/…
-
С помощью либы sqlc подготовить код с запросами к БД.
## TODO
- SQL код разместить в `internal/database/backend/queries`
- генерируемый код и yaml настройки sqlc в `internal/database/backend/`
- в…
-
**Describe the bug**
The instructor SQL Toolbox feature bans queries which use "WITH ... AS" subqueries despite those queries still being read-only.
**Expected behavior**
WITH ... AS subqueries a…
-
In adhoc queries, casting INT to TIMESTAMP (`value::TIMESTAMP`) takes the INT value as the EPOCH and converts it to the equivalent TIMESTAMP.
```sql
-- adhoc query
SELECT 1729595568::TIMESTAMP;
…