From: Rogan Hamby Date: Wed, 1 May 2019 20:04:49 +0000 (-0400) Subject: dedupe report X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=23969432fe408a99d27ec77e20166874407276cb dedupe report --- diff --git a/mig-xml/evergreen_staged_report.xml b/mig-xml/evergreen_staged_report.xml index 6726a82..9e7dc20 100644 --- a/mig-xml/evergreen_staged_report.xml +++ b/mig-xml/evergreen_staged_report.xml @@ -732,6 +732,15 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3 SELECT COUNT(b.id) FROM biblio_monograph_part b + + bib_merges + Bibliographic Mergers + bibs + 0 + Count.Item Type + WITH g AS (SELECT UNNEST(records) FROM groups) SELECT COUNT(record), search_format_str FROM dedupe_batch WHERE record IN (SELECT * FROM g) GROUP BY 2 + +