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

SQL

x
 
USE dewiki_p;
SELECT 
    log_title, log_namespace, comment_text
FROM
    logging_userindex, comment
WHERE
    log_namespace=2 AND
    log_type='block' AND
    log_comment_id=comment_id AND
    log_title like '%deniz%' COLLATE utf8_general_ci AND
    log_timestamp > '20190901000000'
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...