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
Hubaceksarka
.
Toggle Highlighting
SQL
-- registrovaní uživatelé s uvedeným datem registrace, kterým byly smazány editace use cswiki_p; select ar_id, ar_title, ar_user, ar_user_text, ar_timestamp, user_registration from archive join user on user_id=ar_user where ar_user <> 0 and user_registration is not null order by ar_user asc limit 100;
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...