select distinct rv.rev_user, ps.up_property, ps.up_value
from ... |
6 years ago |
select rv.rev_user, (distinct ps.up_property), ps.up_value
from ... |
6 years ago |
select rv.rev_user, distinct ps.up_property, ps.up_value
from ... |
6 years ago |
select rv.rev_user, ps.up_property, ps.up_value
from ptwiki_p.revision... |
6 years ago |
select Distinct rv.rev_user
from ptwiki_p.revision rv
where... |
6 years ago |
select Distinct rv.rev_user
from ptwiki_p.revision rv
where... |
6 years ago |
select Distinct rv.rev_user
from ptwiki_p.revision rv
where... |
6 years ago |
select distinct rv.rev_user
from ptwiki_p.revision rv left join... |
6 years ago |
select rv.rev_user
from ptwiki_p.revision rv left join... |
6 years ago |
select rv.rev_user
from ptwiki_p.revision rv left join... |
6 years ago |