Статус: Офлайн
Реєстрація: 31.08.2009
Повідом.: 57
Реєстрація: 31.08.2009
Повідом.: 57
select distinct c.user_id, c.user_name
from users c
join servers s on c.user_id=s.user_id
where s.status='active' and s.location='Харків'
from users c
join servers s on c.user_id=s.user_id
where s.status='active' and s.location='Харків'