http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9011
--- Comment #119 from Jonathan Druart <[email protected]> --- (In reply to Kyle M Hall from comment #115) > As far as I can tell there is no way around this. I tried to use a left join > but you cannot use a group by in an update statement. Kyle, Just a quick thought: wouldn't it be possible to execute another update statement after the existing one, instead of adding complexity to it? -- 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/
