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
A particle for world to form
.
Users who create items using https://github.com/Facenapalm/WikidataBot/blob/main/steam_parser.py
Toggle Highlighting
SQL
select page_title from `comment` com -- comment table, escaped with ` since it is a reserved word JOIN revision ON rev_comment_id = com.comment_id JOIN page ON rev_page = page_id WHERE rev_timestamp >= '20230718000000' AND rev_parent_id = 0 -- only page creations AND rev_actor != 13710 -- exclude my edits AND comment_text like '%Create item for Steam application%';
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...