-
edit README to add the link and explain the version diff
-
### Description
Having to the ability compare the results of a row before or after the current row is useful in the data analysis world. SQL generally has the `LAG` & `LEAD` functions for this. https…
-
不好意思,请问sql文件已经上传了吗?
-
Running `cockroach sql -f file.sql` when `file.sql` contains a multi-megabyte query causes the client to hang, seemingly indefinitely.
One work around for now is to use `psql`.
The SQL in https:…
-
## Objectives
As a potential user of Granite Code, I will be able to experiment hands-on with the Granite Code's text to sql capability, and to get some initial concrete details of how a production d…
-
### 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 t…
-
在HistoryConfigInfoMapperOracle文件中有这样一段sql
`DELETE FROM his_config_info WHERE ROWID in (SELECT ROWID FROM his_config_info WHERE gmt_modified < ? FETCH FIRST ? ROWS ONLY)`
这段sql在oracle中执行不了啊,oracle不…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
c64026ac2962f074ec5ec454df57d584431d7c81
### Other Environment Infor…
-
### Discussed in https://github.com/grafana/opensearch-datasource/discussions/22
Originally posted by **diogocp** January 7, 2022
Opensearch allows writing SQL queries. Grafana should support…