USE vn;
UPDATE vn.buy b
JOIN vn.entryConfig e ON e.defaultEntry = b.entryFk
SET b.printedStickers = 0;