Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gitql-windows-amd64.zip | 2021-05-26 | 8.2 MB | |
gitql-linux-amd64.zip | 2021-05-26 | 8.3 MB | |
DISTINCT and USE branches support source code.tar.gz | 2021-05-26 | 1.0 MB | |
DISTINCT and USE branches support source code.zip | 2021-05-26 | 1.0 MB | |
README.md | 2021-05-26 | 216 Bytes | |
Totals: 5 Items | 18.5 MB | 0 |
DISTINCT
Use select distinct
to group rows by a certain field.
Eg.: select distinct author from commits where date > '2020-01-01
.
USE
To switch to another branch you can run use <branch>
.