SELECT DISTINCT lt_title , count(*) as a
FROM page p1, templatelinks,... |
2 years ago |
#use arwiki_p;
SELECT DISTINCT lt_title , count(*) as a
FROM page p1,... |
2 years ago |
#use arwiki_p;
SELECT p.page_title, lt_title
FROM page p, templatelinks,... |
2 years ago |
#use arwiki_p;
SELECT p.page_title, lt_title
FROM page p, templatelinks,... |
2 years ago |
select page_title, count(lt_title) as ii ,GROUP_CONCAT( lt_title SEPARATOR... |
2 years ago |
select page_title, count(lt_title) as ii ,GROUP_CONCAT( lt_title SEPARATOR... |
2 years ago |
select page_title, count(tl_title) as ii ,GROUP_CONCAT( tl_title SEPARATOR... |
2 years ago |
#use enwiki_p;
select ll_title, en_temp.tl_title
from page as en_p,... |
2 years ago |
select CONCAT('تصنيف:',page_title)
from page
inner join templatelinks
on... |
2 years ago |
select CONCAT('تصنيف:',page_title)
from page
inner join templatelinks
on... |
2 years ago |
select CONCAT('تصنيف:',page_title)
from page
inner join templatelinks
on... |
2 years ago |
select page_title, ll_title
from page, templatelinks, langlinks,... |
2 years ago |
select page_title, ll_title
from page, templatelinks, langlinks
where... |
2 years ago |
select page_title , ll_title
from page, templatelinks, langlinks
where... |
2 years ago |
select page_title, ll_title
from page, templatelinks, langlinks
where... |
2 years ago |
select /* SLOW_OK */
concat('Category:',rc_title) AS title
from... |
2 years ago |
select /* SLOW_OK */
concat('Category:',rc_title) AS title
from... |
2 years ago |
select /* SLOW_OK */
concat('Category:',rc_title) AS title
from... |
2 years ago |
#use arwiki_p;
select DISTINCT CONCAT("",p1.page_title)
from page p1,... |
2 years ago |
select DISTINCT p2.page_title
from page p1, page p2, templatelinks,... |
2 years ago |
select DISTINCT p2.page_title
from page p1, page p2, templatelinks,... |
2 years ago |
select DISTINCT p2.page_title
from page p1 , page p2 , templatelinks
where... |
2 years ago |
select page_title, page_namespace
from page, templatelinks,... |
2 years ago |
select page_title, page_namespace
from page, templatelinks, linktarget
... |
2 years ago |
select page_title, page_namespace
from page, templatelinks
where... |
2 years ago |
select page_title, page_namespace
from page, templatelinks
... |
2 years ago |
SELECT *#COUNT(*)
FROM page
JOIN templatelinks ON page_id = tl_from
JOIN... |
2 years ago |
SELECT COUNT(*)
FROM page
JOIN templatelinks ON page_id = tl_from
JOIN... |
2 years ago |
SELECT COUNT(*)
FROM page
JOIN templatelinks ON page_id = tl_from
JOIN... |
2 years ago |
SELECT *#COUNT(*)
FROM page
JOIN templatelinks ON page_id = tl_from
JOIN... |
2 years ago |
SELECT COUNT(*)
FROM page
JOIN templatelinks ON page_id = tl_from
JOIN... |
2 years ago |
SELECT COUNT(*)
FROM page
JOIN templatelinks ON page_id = tl_from
JOIN... |
2 years ago |
SELECT COUNT(*)
FROM page
JOIN templatelinks ON page_id = tl_from
JOIN... |
2 years ago |
SELECT COUNT(*)
FROM page
JOIN templatelinks ON page_id = tl_from
JOIN... |
2 years ago |
SELECT COUNT(*)
FROM categorylinks
JOIN page ON page_id = cl_from
WHERE... |
2 years ago |