mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 13:19:31 -05:00
8 lines
101 B
SQL
8 lines
101 B
SQL
select
|
|
1
|
|
from
|
|
"PlusVote"
|
|
where
|
|
"authorId" = @userId
|
|
and "month" = @month
|
|
and "year" = @year |