[Koha] Total number of Entries in Catalog
Katrin Fischer
Katrin.Fischer.83 at web.de
Wed Nov 11 10:50:03 NZDT 2015
Hi Balaji,
one way to find out how many records are in your database is to add a
new SQL report using something like:
select count(*) from biblio
That will give you the number of entries in your biblio table - so the
number of bibliographic records in the database.
Hope this helps,
Katrin
Am 02.11.2015 um 07:22 schrieb Balaji Ravichandran:
> Hi all,
>
> I am using koha and have successfully imported the database in .sql file
> format.Now I need to know how many entries have been imported.How to find
> out how many records are imported?Can anyone please help?Thanks in advance
> :-)
>
More information about the Koha
mailing list