mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 13:19:31 -05:00
13 lines
184 B
SQL
13 lines
184 B
SQL
select
|
|
"id",
|
|
"discordId",
|
|
"discordName",
|
|
"discordDiscriminator",
|
|
"patronTier"
|
|
from
|
|
"User"
|
|
where
|
|
"patronTier" is not null
|
|
order by
|
|
"patronTier" desc,
|
|
"patronSince" asc |