Search code examples
fluttersupabase-databasesupabase-flutter

Flutter/Supabase - how to add 'distinct' to data select?


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


Solution

  • for now it is no possible to use distinct but you can create a function or a view that return your data correcly