mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-07 22:12:57 -05:00
10 lines
122 B
SQL
10 lines
122 B
SQL
insert into
|
|
"PlusTier" ("userId", "tier")
|
|
select
|
|
"userId",
|
|
"tier"
|
|
from
|
|
"FreshPlusTier"
|
|
where
|
|
"tier" is not null
|