[Koha] Report to display count of records without number of copies.

Marijana Glavica mglavica at ffzg.hr
Tue Feb 21 22:49:55 NZDT 2012


On Tue, Feb 21, 2012 at 01:43:19PM +0530, Vimal Kumar wrote:
> Dear Friends,
> 
> Can you help me to build a report to display,
> Count of records without number of copies.

If you need count of all titles:
SELECT COUNT(biblionumber) AS Count FROM biblio ;

other useful reports:
http://wiki.koha-community.org/wiki/SQL_Reports_Library


Marijana


More information about the Koha mailing list