Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
(TOTAL) SDC edits by user and edit summary #WMSE-WLM-portugal
by
Alicia Fagerving (WMSE)
This query is marked as a draft
This query has been published
by
Jean-Frédéric
.
Users who create items using https://github.com/Facenapalm/WikidataBot/blob/main/steam_parser.py
Toggle Highlighting
SQL
select revision.rev_user_text, comment.comment_text from `comment` -- comment table, escaped with ` since it is a reserved word LEFT JOIN revision where comment_text like '%Create item for Steam application%' AND rev_comment_id = comment_id LIMIT 20; -- filter edit summary or log text
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...