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

SQL

AخA
 
SELECT img_name, actor_user as img_user, actor_name as img_user_text
    FROM commonswiki_p.image
    LEFT JOIN actor ON img_actor=actor.actor_id
    JOIN page
    ON page_namespace = 6
    AND page_title = img_name
    JOIN categorylinks
    ON cl_from = page_id
    AND cl_type = 'file'
    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...