select * from langlinks, page
where ll_from = page_id
and page_namespace =... |
2 years ago |
select * from langlinks, page
where ll_from = page_id
and ll_title not like... |
2 years ago |
select * from langlinks, page
where ll_from = page_id
and ll_title not like... |
2 years ago |
select * from langlinks, page
where ll_from = page_id
and page_title not... |
2 years ago |
select * from langlinks, page
where ll_from = page_id
limit 20 |
2 years ago |
select * from langlinks limit 20 |
2 years ago |
select * from page
# join externallinks on el_id = page_id
# join pagelinks... |
2 years ago |
select * from page
# join externallinks on el_id = page_id
# join pagelinks... |
2 years ago |
select * from page
# join externallinks on el_id = page_id
join pagelinks... |
2 years ago |
select * from page
join externallinks on el_id = page_id
join pagelinks on... |
2 years ago |
select * from page
join externallinks on el_id = page_id
join pagelinks on... |
2 years ago |
select * from page
join externallinks on el_id = page_id
# join iwlinks on... |
2 years ago |
select * from page
join externallinks on el_id = page_id
# join iwlinks on... |
2 years ago |
select * from page
join externallinks on el_id = page_id
# join iwlinks on... |
2 years ago |
select * from page
join iwlinks on iwl_from = page_id
# join interwiki on... |
2 years ago |
select * from page, iwlinks
# join interwiki on page_id =
where iwl_from =... |
2 years ago |
select * from page, iw_links
# join interwiki on page_id =
where iwl_from =... |
2 years ago |
select * from page, iw_links
# join interwiki on page_id =
where iwl_from =... |
2 years ago |
select * from page where page_title = "Q2" and page_namespace = 0 |
2 years ago |
select * from page where page_title = "Q2" |
2 years ago |