Files

12 lines
170 B
MySQL
Raw Permalink Normal View History

2025-11-13 16:22:32 +03:00
UPDATE
games
SET
name = $1,
publishing_house = $2,
developer = $3,
description = $4,
multiplayer = $5,
is_free_to_play = $6
WHERE
id = $7