Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Wikidata item creations from Steam IDs (since September 2022)
by
Jean-Frédéric
This query is marked as a draft
This query has been published
by
Nicereddy
.
Users who create items using https://github.com/Facenapalm/WikidataBot/blob/main/steam_parser.py
Toggle Highlighting
SQL
select actor_name, COUNT(revision.rev_id) as count from `comment` com -- comment table, escaped with ` since it is a reserved word JOIN revision ON rev_comment_id = com.comment_id JOIN actor_revision ON actor_id = revision.rev_actor WHERE rev_timestamp > '20220901000000' AND comment_text like '%Create item for Steam application%' GROUP BY actor_name LIMIT 5;
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...