„Wikipédia:SQL-futtatási kérések” változatai közötti eltérés

Tartalom törölve Tartalom hozzáadva
304. sor:
<syntaxhighlight lang="sql">
select c2.page_title, c3.page_namespace, c3.page_title
from pagelinks c1
join page c2 on c1.pl_from = c2.page_id
join page c3 on c1.pl_namespace = c3.page_namespace and c1.pl_title = c3.page_title
join templatelinks c4 on c3.page_id = c4.tl_from
where c2.page_namespace = 10 and c4.tl_title = 'Egyért'
and c4.tl_namespace = 10
union all
and c4.tl_title = 'Egyért'
union all
select c2.page_title, c3.page_namespace, c3.page_title
from pagelinks c1
join page c2 on c1.pl_from = c2.page_id
join page c3 on c1.pl_namespace = c3.page_namespace and c1.pl_title = c3.page_title
join redirect c5 on c3.page_id = c5.rd_from
join page c6 on c5.rd_namespace = c6.page_namespace and c5.rd_title = c6.page_title
join templatelinks c4 on c6.page_id = c4.tl_from
where c2.page_namespace = 10 and c4.tl_title = 'Egyért'
and c4.tl_namespace = 10
and c4.tl_title = 'Egyért'
order by 1, 2, 3
</syntaxhighlight>
35 óraperc.
 
Eredmény: [[Szerkesztő:Hkoala/egyértelműsítő lapra hivatkozó sablonok]]. --[[Szerkesztő:Bean49|Bean49]] <sup>[[Szerkesztővita:Bean49|vita]]</sup> 2012. október 9., 11:38 (CEST)