SQL
x
USE trwiki_p;
# Kırmızı bağlantının hangi sayfada olduğunu görmek istiyorsan;
SELECT CONCAT('* [[',page_title,']]') AS "Maddeler"
FROM page JOIN pagelinks ON page_title = pl_title
WHERE pl_title = "Vikiproje:Yaşam_Ağacı"
# AND pl_namespace = 1
ORDER BY page_title
limit 6000;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.