SQL Query Fails with Certain Dataset but Works After Deleting Other Records
I’m facing an issue with a leaderboard query in my GraphQL API. The query is designed to fetch the highest WPM for each user, and in case of a tie, it should use accuracy
and createdAt
to determine the rank.
SQL Query Fails with Certain Dataset but Works After Deleting Other Records
I’m facing an issue with a leaderboard query in my GraphQL API. The query is designed to fetch the highest WPM for each user, and in case of a tie, it should use accuracy
and createdAt
to determine the rank.