-
### Link to the coursework
https://www.youtube.com/watch?v=dTNamL30sDg
### Why are we doing this?
To learn how to use Google Sheets to store and query data is very useful. SQL is a powerful t…
-
The SQL function call for `vectorize.table` looks like this:
```sql
vectorize."table"(
"table" TEXT,
"columns" TEXT[],
"job_name" TEXT,
"primary_key" TEXT,
"schema" TEXT D…
-
In the example below, I expect the second `INSERT` to trigger a partial stats collection, but it does not.
```sql
SET CLUSTER SETTING sql.stats.automatic_partial_collection.enabled = true;
SET CL…
-
### Context
To the extent it's possible, we should use API endpoints to make changes to the database, never direct SQL edits.
From [@maxachis here](https://github.com/Police-Data-Accessibility-P…
-
I ran into an error when attempting union some tables with the CTE option turned on.
``` r
tib
-
### Description
many DBMS support following sql that polars reports error. please let them works.
by the way, it seems that create table only create a view of select, can it be materialized?
```
…
-
## Description
Currently Kedro-Viz only previews data from CSVs and Excel files, I would like to view the SQL code that produces that table, not the resulting table.
## Context
I use Kedro-Viz ve…
-
There may be a way to execute the filters before the SQL is executed, by having too much information in the database, these statements become too slow, since it first obtains all the information and t…
-
### Describe the bug
The SQL Injection active scan rule is susceptible to alerting when an application responds with a 429 response code while under load from the scanner. The same could happen if th…
-
### Version
1.27.0
### What happened?
When overriding int8 to uint it is not respected when using syntax like `.... _id = ANY($1::int8[])`;
Generated function creates int64 parameter instead of ui…