6 lines
214 B
SQL
6 lines
214 B
SQL
select trank, ifnull(alias, "Unregistered Player"), tvalue
|
|
from Cts_times, Cts_ranks
|
|
left join Id2alias
|
|
on idvalue = cryptokey
|
|
where trank = idrank and Cts_times.mapid = Cts_ranks.mapid and Cts_times.mapid = ?
|