4 lines
76 B
SQL
4 lines
76 B
SQL
UPDATE OR REPLACE `category`
|
|
SET
|
|
`name` = ?
|
|
WHERE `category_id` = ?; |