No subject


Mon Jul 28 14:19:07 CEST 2008


Might something like this work?

SELECT *
FROM items
WHERE ((cn_sort = ? AND itemnumber >= ?) OR (cn_sort > ?))
AND homebranch = ?
AND location = ?
ORDER BY cn_sort, itemnumber ASC
LIMIT 3



More information about the Koha-bugs mailing list