use enwiki_p;
select comment_text
from comment
join revision on comment_id... |
3 years ago |
use enwiki_p;
select
from comment
join revision on comment_id =... |
3 years ago |
use ruwiki_p;
select count(*)
from comment
join revision on comment_id =... |
3 years ago |