1
0
dwelling-home/pkg/mindflow/database/sqlite/queries/categoryEdit.sql

4 lines
76 B
MySQL
Raw Normal View History

2023-05-23 00:22:12 +04:00
UPDATE OR REPLACE `category`
SET
`name` = ?
WHERE `category_id` = ?;