Fork of Ruwiki IWRM.js usage → wikitable by A particle for world to form
This query is marked as a draft This query has been published by Wikisaurus.

SQL

x
 
USE ruwiki_p;
SELECT
  page_title
FROM page
JOIN categorylinks ON cl_from = page_id
JOIN revision AS our_rev ON rev_page = page_id
WHERE
  page_namespace = 0
  AND cl_to = "Статьи_с_универсальной_карточкой,_которая_предположительно_неуместна"
  AND our_rev.rev_timestamp >= "201810"
  AND (our_rev.rev_user_text = "Jet Jerry"
       OR our_rev.rev_user_text = "Svetlov Artem"
       OR our_rev.rev_user_text = "Den1980-")
LIMIT 100;
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...