-
### 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…
-
```sql
SELECT * FROM public.book_query_types
WHERE query_type = 'ItemNewAll'
ORDER BY book_id ASC, query_type ASC;
SELECT *
FROM public.book_query_types
WHERE query_type = 'ItemNewSpecial'
O…
-
### 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…
-
setting sql in this box can cause unwanted sideeffects:
![billede](https://github.com/user-attachments/assets/649d24b5-7e3e-4636-82b0-d61ed959c8d0)
especially when adding statements after the ta…
-
## 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/…
-
### 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 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 …
-
### 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…
-
### 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…
-
### Which OpenObserve functionalities are relevant/related to the feature request?
metrics
### Description
I'm trying to use sql to aggregate Metric but in the Associate Query's type I can only sel…