5 lines
40 B
SQL
5 lines
40 B
SQL
DELETE FROM
|
|
games
|
|
WHERE
|
|
id = $1
|
DELETE FROM
|
|
games
|
|
WHERE
|
|
id = $1
|