9 Jul
2015
9 Jul
'15
2:18 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9011 --- Comment #119 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (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.