Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Zache
.
määritelmät: - uusi käyttäjä = vuoden 2019 jälkeen rekisteröityneiden käyttäjä tai sisäänkirjautumaton käyttäjä. - aikarajaus on 2010
Toggle Highlighting
SQL
USE fiwiki_p; SELECT ar_title, max_len, t.log_comment FROM ( SELECT MIN(log_id) AS t, MAX(ar_len) AS max_len, ar_title, log_comment FROM logging_compat LEFT JOIN page AS p1 ON p1.page_id=log_page LEFT JOIN archive ON ar_title=log_title AND ar_namespace=0 LEFT JOIN user ON log_user=user_id WHERE log_namespace=0 AND log_type="create" AND log_timestamp>20200025130256 AND (user_registration > 20190002081316 OR user_editcount<1000) AND (ar_len>300 OR p1.page_len >300) GROUP BY ar_title) AS t, logging_compat AS l WHERE log_id > 11602303 -- = shortcut for checking only log events after 20200025130256 AND log_title=ar_title AND log_namespace = 0 AND log_type="delete" AND l.log_comment LIKE "%#A5%" GROUP BY ar_title;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...