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
-jkb-
.
Toggle Highlighting
SQL
SELECT rev_user_text FROM revision INNER JOIN (SELECT MIN( rev_timestamp ) AS min_timestamp, rev_user AS user FROM revision GROUP BY rev_user) AS innerQuery ON min_timestamp = rev_timestamp AND user = rev_user WHERE ( rev_timestamp LIKE '20040419%' ) AND rev_user != 0;
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...