printnatura/sql/updatePrinting.sql

7 lines
116 B
MySQL
Raw Permalink Normal View History

2023-01-16 06:20:17 +00:00
UPDATE vn.printQueue
SET statusCode = ?,
`started` = ?,
finished = ?,
error = ?,
serverId = ?
WHERE id = ?