Skip to content

Commit

Permalink
count name
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnorobo committed Jun 21, 2023
1 parent ccf1ff1 commit c70a60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/queries/fake.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SELECT
outcome AS outcome,
server_asn AS subnetwork,
COALESCE(domain_category, 'Uncategorized') AS category,
COUNT(*) AS c,
COUNT(*) AS `count`,
1 AS unexpected_count
FROM PCOLLECTION
WHERE NOT controls_failed
Expand Down

0 comments on commit c70a60c

Please sign in to comment.