USE wikidatawiki_p;
select * #rev_comment, count(*) as c
from... |
6 years ago |
USE wikidatawiki_p;
select * #rev_comment, count(*) as c
from... |
6 years ago |
USE wikidatawiki_p;
select rev_comment, count(*) as c
from revision
where... |
6 years ago |
USE wikidatawiki_p;
select *
from revision
where rev_id = 578317481
limit 5; |
6 years ago |
USE wikidatawiki_p;
select *
from revision
limit 5; |
6 years ago |