http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7246

--- Comment #5 from Frédéric Demians <[email protected]> 2011-11-21 06:43:16 
UTC ---
(In reply to comment #4)
> I was thinking about something like --where 'biblionumber > 100 and
> biblionumber < 200' which would allow precise selection of interesting range.

Or even, a --select option which would allow for example:

  --select "SELECT biblionumber FROM biblio WHERE frameworkcode='MONO'"
  --select "SELECT biblionumber FROM biblio WHERE datecreated > '2010'
  --select "SELECT biblionumber FROM biblioitems WHERE itemtype='MONO'"

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to