<@U0EC2UPDF> i've tried using group by but it didn...
# exposed
d
@tapac i've tried using group by but it didn't work (maybe i was using it wrong though). I can't use
withDistinct
because i have multiple snapshots for each item, but i only want to receive each
item_id
once and the table is quite huge, so i'd rather not do that in the code. thanks for the
distinctOn()
, I'll give it a try!