user2868835
user2868835

Reputation: 1600

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?

Upvotes: 1

Views: 2138

Answers (1)

Filippo Brigati
Filippo Brigati

Reputation: 99

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

Upvotes: 3

Related Questions