mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 04:02:40 -05:00
8 lines
94 B
SQL
8 lines
94 B
SQL
select
|
|
"stageId",
|
|
"mode"
|
|
from
|
|
"MapPoolMap"
|
|
where
|
|
"calendarEventId" = @calendarEventId
|