mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-16 01:58:11 -05:00
10 lines
108 B
SQL
10 lines
108 B
SQL
insert into
|
|
"UserResultHighlight" (
|
|
"userId",
|
|
"teamId"
|
|
)
|
|
values
|
|
(
|
|
@userId,
|
|
@teamId
|
|
) |