[OPEN-ILS-GENERAL] Get record counts

Sharp, Chris csharp at georgialibraries.org
Tue Oct 20 14:39:30 EDT 2009


Hi Adam,

If you have database access, the SQL command to count non-deleted records would be:

SELECT count(*) FROM biblio.record_entry WHERE NOT deleted;

Is that what you're asking for? 

Chris Sharp
PINES Program Manager
Georgia Public Library Service
1800 Century Place, Suite 150
Atlanta, Georgia 30345
(404) 235-7147
csharp at georgialibraries.org
http://pines.georgialibraries.org/

----- "Adam Ray" <aray at slcconline.edu> wrote:

> How can I obtain the total count for MARC records?
> 
> 
> 
> Thanks,
> 
> Adam Ray


More information about the Open-ils-general mailing list