[Koha] Does anyone know how to delete patrons in bulk?

Nicole Engard nengard at gmail.com
Sun Aug 7 01:27:51 NZST 2011


David,

The only way to do a bulk delete is to go into the MySQL database and
run the delete command.  I think Chris gave you that command in
another email.  But if you want all the patrons deleted you can use
this:

delete * from borrowers;

Nicole

2011/8/4 Hartman, David W. - GBTS Library <David.W.Hartman at disney.com>:
> Koha 3.05 is the version.
>
>
>
> I entered my patron list yesterday 8/3 and there was an error with the
> patron number (leading zeros were ignored by EXCEL).
>
>
>
> I have tried to delete using the admin command by date of last items (today
> 8/4) but it won’t let me delete any patron records.
>
>
>
> I need to delete and reload with correct numbers.
>
>
>
> David W. Hartman
> Global Business Technology Strategy Library
> Team Disney 336N
> 407 828 4250 (8-222)
> FAX 407 828 4868
>
>
>
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>


More information about the Koha mailing list