SELECT page_title, page_len
FROM page AS p1
WHERE page_namespace = 0
AND... |
8 months ago |
SELECT *
FROM page AS p1
WHERE page_namespace = 0
AND EXISTS
(SELECT... |
8 months ago |
select *
from page as p1
where page_namespace = 0 and exists (select... |
8 months ago |
select page_title from categorylinks
join page on cl_from = page_id
where... |
8 months ago |
select * from categorylinks
join page on cl_from = page_id
where cl_to =... |
8 months ago |
select * from categorylinks
join page on cl_from = page_id
where cl_to =... |
8 months ago |
select * from categorylinks
join page on cl_from = page_id
where cl_to =... |
8 months ago |
select * from categorylinks
where cl_to = 'Մաթեմատիկական_հոդվածներ'
limit 10 |
8 months ago |
select * from categorylinks limit 10 |
8 months ago |
select * from categroylinks limit 10 |
8 months ago |
select * from categroylinks limit 10 |
8 months ago |