mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-16 07:56:22 -05:00
7 lines
62 B
SQL
7 lines
62 B
SQL
select
|
|
"code"
|
|
from
|
|
"MapPool"
|
|
where
|
|
"ownerId" = @userId;
|