I have a table with several entries. One Column is an ID
which could be used several times (not unique).
Now I would like to retrieve a list of all records with just one unique entry in column ID
. Somehow like an inverted duplication-checker.
I wanted to solve this using a filerByFormula
but have no idea how to do it (I miss the group by operator of SQL at this point).
How could I manage this using the API?