I have an object with a structure something like this:
- Date
- Description
I'm thinking a distinct()
in the description field because the records are ridiculously repeated.
The question is, does distinct()
only consider the first or last record?