select user_id
from user
join user_groups
on ug_user=user_id
where ug_group="sysop" |
3 years ago |
select user_name
from user
join user_groups
on ug_user=user_id
where ug_group="sysop" |
3 years ago |
select user_name
from user
join user_groups
on ug_user=user_id
where ug_group="sysop" |
3 years ago |
select user_name
from user
join user_groups
on ug_user=user_id
where ug_group="sysop" |
3 years ago |
select ug_user from user_groups where ug_group="sysop" |
3 years ago |
select user from user_groups where ug_group="sysop" |
3 years ago |
select distinct(ug_group) from user_groups limit 10 |
3 years ago |
select distinct(ug_group) from user_group limit 10 |
3 years ago |
select distinct(up_property) from user_properties limit 1 |
3 years ago |
select distinct(up_property) from user_properties limit 1 |
3 years ago |
select * from user limit 1 |
3 years ago |