Skip to content

DISTINCT and USE branches support

Compare
Choose a tag to compare
@filhodanuvem filhodanuvem released this 26 May 19:59
· 71 commits to main since this release
0149225

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>.