http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8594
--- Comment #4 from Robin Sheat <[email protected]> --- OK, here's a totally artificial query that should be able to reproduce this issue: select biblionumber, (select itemnumber from items where items.biblionumber=biblio.biblionumber LIMIT 1) from biblio where biblionumber<1000; Try it from the mysql prompt with data where you have a case of one biblio with multiple items and it should work unless you remove the limit, in which case it says: ERROR 1242 (21000): Subquery returns more than 1 row -- 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/
