Skip to content

Commit

Permalink
Use countMerge
Browse files Browse the repository at this point in the history
  • Loading branch information
rxdn committed Jul 24, 2024
1 parent 017c234 commit 30f5dac
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 uniqExactMerge(count) AS total_count
SELECT countMerge(count) AS total_count
FROM analytics.feedback_count_guild
WHERE guild_id = ?;

0 comments on commit 30f5dac

Please sign in to comment.