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

8 lines
101 B
SQL

select
1
from
"PlusVote"
where
"authorId" = @userId
and "month" = @month
and "year" = @year