Hey guys, I’m a bit stuck on something and I don’t...
# orm-help
j
Hey guys, I’m a bit stuck on something and I don’t know if I’m missing something in the docs or if I’m just confused. I have a list of locations that need to be populated from the server, and only want to get the first unique result from each node. Basically I want to do the equivalent of “DISTINCT” in SQL. How would I approach this in Prisma? EDIT: Found this: https://www.prisma.io/forum/t/how-to-select-distinct/3687 I guess it’s not possible yet.