Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-- 11-30-23: updated query to work with Law theses and sometimes for Thesis Film


-- 1. Select thesis holdings records where "Thesis" is part of the call number or call number prefixrprefix


WITH parameters AS

(SELECT

'%Mann%'::VARCHAR AS library_name_filter

...