# Where do people change their minds — rate per venue

- Kind: `query`
- Share Slug: `8z47b6sz`
- Created At: 2026-08-28T23:31:48Z

## Executed SQL
```sql
SELECT relation, round(countIf(scry_recipe('changed_my_mind')) / count() * 1000, 2) AS per_mille, count() AS denominator FROM internet.text WHERE relation IN ('hackernews.items','reddit.comments','forums.posts','mailing_lists.messages') AND ts >= '2025-01-01' AND ts < '2025-07-01' GROUP BY relation ORDER BY per_mille DESC LIMIT 10
```

## Result Preview
_No result rows captured in this share._
