printnatura/sql/updateError.sql

5 lines
83 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 = ?,
error = ?
2022-11-04 13:41:36 +00:00
WHERE id = ?