is there a way to add `DISTINCT ON(column)` in exp...
# exposed
d
is there a way to add
DISTINCT ON(column)
in exposed? i have a table with a lot of snapshots for certain items (each has the same
item_id
), and i need a list of all existing `item_id`s (but each only once)