select page_id
from page
where page_title='Q5' and page_is_redirect=0 and... |
2 years ago |
select page_title
from page
where page_title='Q5' and page_is_redirect=0 and... |
2 years ago |
select page_title
from page
where page_title='Q5'
limit 10 |
2 years ago |
select rev_page, comment_text
from revision
join comment on... |
2 years ago |
select rev_page, comment_text
from revision
join comment on... |
2 years ago |
select rev_page, comment_text
from revision
join comment on... |
2 years ago |
select *
from comment_revision
limit 10 |
2 years ago |
select rev_page, comment_text
from revision
join comment on... |
2 years ago |
select rev_page, comment_text
from revision
join comment on... |
2 years ago |
select *
from revision
join comment on rev_comment_id=comment_id
where... |
2 years ago |
select *
from revision
where rev_page in (21600305)
-- comment
limit 10 |
2 years ago |
select *
from revision
-- comment
limit 10 |
2 years ago |
select *
from comment
limit 10 |
2 years ago |
select *
from revision
limit 10 |
2 years ago |