Total number of Entries in Catalog
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 :-) -- Regards, Balaji Ravichandran ( பாலாஜி ) , Volunteer at Free Software Foundation - Tamilnadu, Mobile : 9790528505 My Blog - balogic.wordpress.com
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 :-)
Thank you...Will try it... On 11 November 2015 at 03:20, Katrin Fischer <Katrin.Fischer.83@web.de> wrote:
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 Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Regards, Balaji Ravichandran ( பாலாஜி ) , Volunteer at Free Software Foundation - Tamilnadu, Mobile : 9790528505 My Blog - balogic.wordpress.com
participants (2)
-
Balaji Ravichandran -
Katrin Fischer