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

SQL

AخA
 
USE commonswiki_p; 
SELECT * 
FROM   logging 
       JOIN page 
         ON page_title = log_title 
       JOIN categorylinks 
         ON cl_from = page_id 
WHERE  log_type = "upload" 
       AND cl_to = "License_review_needed" 
       AND log_user_text = "Majora"; 
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...