4 lines
112 B
SQL
4 lines
112 B
SQL
select alias, mapid, idrank
|
|
from Cts_ranks, Id2alias
|
|
where idvalue = cryptokey and cryptokey = ?
|
|
order by idrank |