select distinct
a.actor_name, p.page_title, DATE(r.rev_timestamp)
from... |
11 months ago |
select unique
a.actor_name, p.page_title, DATE(r.rev_timestamp)
from... |
11 months ago |
select
a.actor_name, p.page_title, DATE(r.rev_timestamp)
from revision... |
11 months ago |
select
a.actor_name, p.page_title, DATE(r.rev_timestamp)
from revision... |
11 months ago |
select
a.actor_name, p.page_title, r.rev_timestamp
from revision r
join... |
11 months ago |