mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
12 lines
114 B
MySQL
12 lines
114 B
MySQL
|
DELETE
|
||
|
FROM telegram
|
||
|
WHERE user_id = 45;
|
||
|
|
||
|
DELETE
|
||
|
FROM steam
|
||
|
WHERE user_id = 45;
|
||
|
|
||
|
DELETE
|
||
|
FROM users
|
||
|
WHERE id = 45;
|