From my Flutter app, when querying Supabase, is there a way to apply a 'distinct(field_name)' to the select clause?
Asked
Active
Viewed 31 times
0
-
You will need to create a database function and call it via rpc() method. https://supabase.com/docs/guides/database/functions – dshukertjr Aug 09 '23 at 05:16