From c70a60c20948c9594124d00474096bc602035d4a Mon Sep 17 00:00:00 2001 From: Sarah Laplante Date: Wed, 21 Jun 2023 15:59:38 +0000 Subject: [PATCH] count name --- table/queries/fake.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table/queries/fake.sql b/table/queries/fake.sql index c0a81d2..0daa9df 100644 --- a/table/queries/fake.sql +++ b/table/queries/fake.sql @@ -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