This query is marked as a draft This query has been published by Superzerocool.

SQL

AخA
 
select rc_title as 'Títiulo página', rc_timestamp as 'Fecha de creación',  rc_new_len as 'Tamaño',
    actor_name as 'Usuario'
from recentchanges
INNER JOIN actor ON rc_actor = actor_id
INNER JOIN page ON page_title = actor_name and page_namespace = 2
INNER JOIN categorylinks ON page_id = cl_from
WHERE rc_new = 1
    AND rc_namespace in (0, 100) -- Principal o anexos
    AND cl_to = 'Wikipedia:Wikipedistas_de_Chile'
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...