We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec12e1 commit f0ff119Copy full SHA for f0ff119
src/cookbooks/crash_pings.md
@@ -18,8 +18,8 @@ GROUP BY crash_date
18
You can see an example of this query, along with a simple graph in [this STMO query](https://sql.telemetry.mozilla.org/queries/67925/).
19
20
Normally, looking at total crash counts isn't so useful: you usually want to restrict
21
-a query to a channel or some other dimensions, and also facet the results. This usually
22
-entails adding a few more fields to our SQL:
+a query to a channel or some other dimensions, and also facet the results. This can
+be done by adding a few more fields to our SQL:
23
24
```sql
25
SELECT date(submission_timestamp) AS crash_date,
0 commit comments