https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38906 --- Comment #10 from Jonathan Druart <jonathan.druart@gmail.com> --- It seems to work now... There may be a problem however if the query is run several times, for columns with underscore in the name | columnname | REGEXP_REPLACE(columnname, '.*holdings_', '') | SUBSTRING(columnname,LOCATE("_",columnname)+1) | | cover_image | cover_image | image | | item_group | item_group | group | | itemnotes_nonpublic | itemnotes_nonpublic | nonpublic | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.