0

From my Flutter app, when querying Supabase, is there a way to apply a 'distinct(field_name)' to the select clause?

user2868835
  • 1,250
  • 3
  • 19
  • 33
  • 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

0 Answers0