2
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, the distinct()
considers only the first or last record?
Could exemplify what you have and show what you would like to get?
– Randrade