SELECT
page_title,
page_namespace,
comment_text,
... |
2 weeks ago |
SELECT page_title, page_namespace, comment_text, actor_name,... |
2 weeks ago |
select *
from `comment`
//where `comment_text` like "(صفحه وجود ندارد)"
... |
2 weeks ago |
select *
from `comment`
where `comment_text` like "(صفحه وجود ندارد)"
... |
2 weeks ago |
select *
from `comment`
where comment_text like "(صفحه وجود ندارد)"
... |
2 weeks ago |
select *
from comment
where rev_user_comment like "(صفحه وجود ندارد)"
... |
2 weeks ago |
select *
from revision
where rev_user_comment like "(صفحه وجود ندارد)"
... |
2 weeks ago |
select *
from revision
where rev_comment like "(صفحه وجود ندارد)"
... |
2 weeks ago |
select rev_user_text, count(*) as `usecount`
from revision
where... |
2 weeks ago |
use fawiki_p;
select `rev_user_text`, count(*) as `use`
from... |
2 weeks ago |
use fawiki_p;
select `rev_user_text`, count(*) as `use`
from... |
2 weeks ago |