mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 11:04:21 +00:00
11 lines
114 B
SQL
11 lines
114 B
SQL
DELETE
|
|
FROM telegram
|
|
WHERE user_id = 45;
|
|
|
|
DELETE
|
|
FROM steam
|
|
WHERE user_id = 45;
|
|
|
|
DELETE
|
|
FROM users
|
|
WHERE id = 45;
|