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 _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

