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