SupabaseS
Supabase4y ago
link

How do I 'Group by' in Javascript?

I have a table with items and a table with tags the items can have. If I query for multiple tags and an item get multiple matches I will get select multiple of the same item but I only want to select an item once per match. I can't find any way option to "group by". How do I achieve this?
Was this page helpful?