evergreen-reports:sql:circulation:hold_reports
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| evergreen-reports:sql:circulation:hold_reports [2011/03/08 22:05] – created bshum | evergreen-reports:sql:circulation:hold_reports [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Requests (Holds) Purchase Alert Report ===== | ===== Requests (Holds) Purchase Alert Report ===== | ||
| - | **Submission Notes:** | + | **Submission Notes:** This report was submitted on 5/19/10 by Amy Terlaga of Bibliomation, |
| - | This report was submitted on 5/19/10 by Amy Terlaga of Bibliomation, | + | |
| - | It was originally created by Dan Scott of Laurentian University. | + | |
| **Version**: | **Version**: | ||
| + | |||
| **Data Sources Used**: | **Data Sources Used**: | ||
| + | |||
| **Running Tips/ | **Running Tips/ | ||
| The report here is shown with number of requests greater than 5. You can change the 5 to whatever value you desired | The report here is shown with number of requests greater than 5. You can change the 5 to whatever value you desired | ||
| **- HAVING count(all_holds.bib_id) > 5** | **- HAVING count(all_holds.bib_id) > 5** | ||
| - | --------------------------- | + | |
| + | <code sql> | ||
| | | ||
| Line 36: | Line 38: | ||
| ORDER BY aou.name, count(all_holds.bib_id) DESC; | ORDER BY aou.name, count(all_holds.bib_id) DESC; | ||
| - | ----------------------------- | + | </ |
| Back to [[evergreen-reports: | Back to [[evergreen-reports: | ||
evergreen-reports/sql/circulation/hold_reports.1299639943.txt.gz · Last modified: 2022/02/10 13:33 (external edit)