Fork of Sayfaya bağlantılar by Anerka
This query is marked as a draft This query has been published by Anerka.

SQL

x
 
select DISTINCT CONCAT('# [[',log_title,']]') AS  "==Maddeler==" , actor_name AS "kullanıcı"
from page, templatelinks, linktarget, logging, actor
where 
  page_namespace=0 and          -- articles only
#  page_is_redirect=0 and        -- no redirects
  tl_from = page_id and 
  lt_namespace=10 and 
  tl_target_id = lt_id and
  lt_title like 'Dil' -- links to this template
  limit 10;
  
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.

Checking query status...