mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-16 16:09:09 -05:00
5 lines
83 B
SQL
5 lines
83 B
SQL
insert into
|
|
"MapPool" ("code", "ownerId")
|
|
values
|
|
(@code, @ownerId) returning *
|