sendou.ink/app/db/models/users/deleteById.sql
2022-08-16 17:43:41 +03:00

4 lines
49 B
SQL

delete from
"User"
where
id = @id returning *