https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26452
--- Comment #4 from Matthew Wyneken <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
