Fork of WikiDaheim 2022 media out of date by Herzi Pinki
This query is marked as a draft This query has been published by Herzi Pinki.

SQL

AخA
 
SELECT /* SLOW_OK */ DATE_FORMAT(DATE_ADD(rev_timestamp, INTERVAL 2 Hour),'%Y-%m-%d') AS date, page.page_title
    FROM image, page, revision, categorylinks
    WHERE page.page_id=categorylinks.cl_from 
        AND image.img_name = page.page_title
        and revision.rev_page = page.page_id
        and revision.rev_parent_id = 0
        AND categorylinks.cl_to = "Media_from_WikiDaheim_2022_in_Austria/Natural_heritage"
        AND (rev_timestamp < 20220630220000 or rev_timestamp > 20220731220000) 
    ;
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...