From 56e8fc6dd11c64e0d088aeae7d089c93f2a06eb9 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Fri, 16 Mar 2018 09:11:12 -0400 Subject: [PATCH] typo --- mig-xml/evergreen_staged_report.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mig-xml/evergreen_staged_report.xml b/mig-xml/evergreen_staged_report.xml index b246603..47b2423 100644 --- a/mig-xml/evergreen_staged_report.xml +++ b/mig-xml/evergreen_staged_report.xml @@ -1040,7 +1040,7 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3 dedupe 0 Scoring and Bib Record Groups - Count.Bib REcord Groups + Count.Bib Record Groups SELECT COUNT(id), 'Total Bibs Being Evaluated' FROM biblio.record_entry WHERE deleted IS FALSE AND id IN (SELECT eg::BIGINT FROM bib_id_map) UNION ALL SELECT (COUNT(DISTINCT incoming_bib)), 'Incoming Bibs With Matches Found' FROM bib_matches UNION ALL SELECT (COUNT(bre.id) - (SELECT COUNT(DISTINCT incoming_bib) FROM bib_matches)), 'Incoming Bibs With No Match' -- 1.7.2.5