use ruwiki_p;
select count(*)
from comment
join revision on comment_id =... |
3 years ago |
use ruwiki_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 |