Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Fiwiki Wikidata edits in last 30 days (data)
by
Zache
This query is marked as a draft
This query has been published
by
Zache
.
wikidata edits by fiwiki users without quick statements
Toggle Highlighting
SQL
-- Historical values -- date,users_with_editcount100,distinct_pages,distinct_wikidataitems,distinct_properties -- Tue, 07 Feb 2023 17:35:58 UTC, 58, 597, 452, 36 -- Tue, 14 Feb 2023 08:47:59 UTC, 60, 643, 499, 36 -- Wed, 22 Feb 2023 10:08:37 UTC, 66, 630, 604, 38 -- Tue, 28 Feb 2023 08:23:44 UTC, 66, 1093, 1055, 40 -- Mon, 06 Mar 2023 05:47:52 UTC, 72, 1051, 1005, 41 -- Tue, 14 Mar 2023 10:22:46 UTC, 67, 1002, 970, 44 -- Tue, 21 Mar 2023 21:21:12 UTC, 66, 1013, 993, 49 -- Sat, 25 Mar 2023 08:47:54 UTC, 66, 1550, 1537, 54 -- Mon, 27 Mar 2023 10:50:33 UTC, 74, 2105, 2101, 58 -- Mon, 03 Apr 2023 10:49:36 UTC, 69, 1975, 1978, 52 -- Tue, 11 Apr 2023 14:07:54 UTC, 69, 1984, 1985, 53 SELECT count(distinct(rc_user_text)) as users_with_editcount100, count(distinct(page_title)) as distinct_pages, count(distinct(eu_entity_id)) as distinct_wikidataitems, count(distinct(eu_aspect)) as distinct_properties FROM ( SELECT rc_timestamp, rc_user_text, page_title, eu_entity_id, eu_aspect, eu_page_id, rc_source, rc_comment FROM wbc_entity_usage, page_props, recentchanges_compat, user, page WHERE page_id=eu_page_id AND rc_cur_id=pp_page AND eu_entity_id=pp_value AND pp_propname="wikibase_item" AND rc_source="wb" -- AND rc_comment NOT LIKE "%quicstatements%" AND rc_user=user_id AND user_editcount>100 AND ( (eu_aspect LIKE "D.%" AND rc_comment LIKE CONCAT("%description%", replace(eu_aspect, "D.", "|"), "%") ) OR (eu_aspect like "L.%" AND rc_comment LIKE CONCAT("%label%", replace(eu_aspect, "L.", "|"), "%") ) OR (rc_comment LIKE concat("%P", replace(eu_aspect, "C.P", ""), "%")) ) ) AS t
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...