Skip to content

Commit

Permalink
Use uniqExactMerge
Browse files Browse the repository at this point in the history
  • Loading branch information
rxdn committed Apr 15, 2024
1 parent 688a3d2 commit 017c234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/feedback_count_guild.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SELECT countMerge(count) AS total_count
SELECT uniqExactMerge(count) AS total_count
FROM analytics.feedback_count_guild
WHERE guild_id = ?;

0 comments on commit 017c234

Please sign in to comment.