sendou.ink/app/db/models/plusVotes/deleteMany.sql
2022-08-16 00:29:32 +03:00

6 lines
99 B
SQL

delete from
"PlusVote"
where
"authorId" = @authorId
and "month" = @month
and "year" = @year