Forum Discussion
jperk
7 years agoExpert
We had a similar problem when retrieving all users. It was resolved by specifying an ORDER BY. It seems that's the only way to avoid duplicates.
Sign in to react to this post
- jaread837 years agoChampion
Hi jperk, that's interesting - what did you order by?
Sign in to react to this post- jperk7 years agoExpert
We used "registration_data.registration_time" but I think any of the items in the Sorts table would work.
Sign in to react to this post