[Koha] Suddenly can't check in items

Michael Kuhn mik at adminkuhn.ch
Mon Jul 29 21:25:23 NZST 2019


Hi

 > /DELETE FROM old_issues WHERE issue_id IN (1539,1540,1541) ;/
 >
 > and I got this message:
 >
 > /bash: syntax error near unexpected token `('/

Try

DELETE FROM old_issues WHERE issue_id IN (1539, 1540, 1541);

Or:

DELETE FROM old_issues WHERE issue_id=1539;
DELETE FROM old_issues WHERE issue_id=1540;
DELETE FROM old_issues WHERE issue_id=1541;

Hope this helps.

Best wishes: Michael
-- 
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E mik at adminkuhn.ch · W www.adminkuhn.ch


More information about the Koha mailing list