USE enwiki_p;
select rc_cur_id, rc_id
from recentchanges
where rc_timestamp... |
2 years ago |
USE enwiki_p;
select rc_cur_id, rc_id
from recentchanges
where rc_timestamp... |
2 years ago |
USE enwiki_p;
select distinct rc_cur_id, rc_id
from recentchanges
where... |
2 years ago |
USE enwiki_p;
select count(distinct rc_cur_id)
from recentchanges
where... |
2 years ago |
USE enwiki_p;
select count(distinct rc_cur_id)
from recentchanges
where... |
2 years ago |
select distinct count(rc_cur_id) from recentchanges where rc_timestamp... |
2 years ago |
select distinct count(rc_curr_id) from recentchanges where rc_timestamp... |
2 years ago |
select distinct count(rc_title) from recentchanges where rc_timestamp... |
2 years ago |
select distinct count(rc_title) from recentchanges where rc_type in (0,1,6) |
2 years ago |
select distinct count(rc_title) from recentchanges
-- where rc_type in (0,1,6) |
2 years ago |
select distinct count(rc_title) from recentchanges where rc_type in (0,1,6) |
2 years ago |