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

