From: Rogan Hamby Date: Fri, 16 Mar 2018 13:11:12 +0000 (-0400) Subject: typo X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=56e8fc6dd11c64e0d088aeae7d089c93f2a06eb9 typo --- 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'