26 Oct
2020
26 Oct
'20
11:40 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26452 --- Comment #4 from Matthew Wyneken <wyneken@physik.uni-freiburg.de> --- Thanks for the response, Katrin! I really don't know much about mysql so I hope I did this correctly. I created a script file test.sql: USE koha_libschil SELECT DISTINCT(branchcode) FROM overduerules WHERE delay1 IS NOT NULL ORDER BY branchcode Then I executed it like this but there was no output at all: # mysql --user=root -p <test.sql Enter password: Does that provide any useful information? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.