-
### 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 tool yo…
-
**Is your feature request related to a problem? Please describe.**
The "happy path" for GPU SQL processing is to have one batch of input to a task and after the computation is done we get one batch of…
-
### Describe the bug
### Steps to reproduce
1. Establish a high-volume realtime data feed into a CH table `A`
2. Set up a materialized view writing data to table `B`
3. Run dbt to update the m…
-
When querying data from a SQL Server 2000 database, when querying through db.Query(sql, id, name), there will be 16 extra spaces in the first parameter, resulting in failure to query the specified dat…
-
-
**Is your feature request related to a problem? Please describe.**
DuckDB macros are temporary. They're scoped to a connection where they're created.
**Describe the solution you'd like**
I would …
-
### 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 tool yo…
-
Hello, may I ask how sqlx prints sql statements? If it is not supported, may I ask whether this function can be extended later? This function is very common in business, I often struggle with gorm and…
-
## 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/…
-
**Is your feature request related to a problem? Please describe.**
Every time I need to create a script from ER Diagrama with more than one table, selecting the tables and clicking with the right but…