Skip to content

Commit

Permalink
Update queries_formatted.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-clickhouse authored Jan 26, 2025
1 parent ee22fc8 commit 99461ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clickhouse/queries_formatted.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ORDER BY count DESC;
SELECT
data.commit.collection AS event,
count() AS count,
uniqExact(data.did) AS users
uniqExact(data.did) AS users
FROM bluesky
WHERE data.kind = 'commit'
AND data.commit.operation = 'create'
Expand Down Expand Up @@ -64,4 +64,4 @@ WHERE data.kind = 'commit'
AND data.commit.collection = 'app.bsky.feed.post'
GROUP BY user_id
ORDER BY activity_span DESC
LIMIT 3;
LIMIT 3;

0 comments on commit 99461ce

Please sign in to comment.