SQL
AخA
SELECT log_timestamp, log_id, actor_name, log_title, comment_text,
(SELECT user_editcount FROM user WHERE user_name = REPLACE(log_title,"_"," "))
FROM logging
JOIN actor ON log_actor = actor_id
JOIN comment ON log_comment_id = comment_id
WHERE log_timestamp > 20010115000000
AND log_type = "block"
AND log_action = "block"
AND (comment_text LIKE "%nothere%" OR comment_text LIKE "%not here%")
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.