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

SQL

AخA
 
SELECT DISTINCT cl_to 
FROM   revision 
       JOIN page 
         ON rev_page = page_id 
       JOIN categorylinks 
         ON rev_page = cl_from 
       JOIN user 
         ON user_id = rev_user 
WHERE  page_namespace = 0 
       AND user_name = "SQL" 
       AND rev_timestamp > Now() - INTERVAL 1 week; 
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...