printnatura/sql/updatePrinted.sql

4 lines
70 B
MySQL
Raw Normal View History

2022-11-04 13:41:36 +00:00
UPDATE vn.printQueue
SET statusCode = ?,
2023-01-16 06:20:17 +00:00
finished = ?
2022-11-04 13:41:36 +00:00
WHERE id = ?