DISTINCT and USE branches support
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>
.
Use select distinct
to group rows by a certain field.
Eg.: select distinct author from commits where date > '2020-01-01
.
To switch to another branch you can run use <branch>
.