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
Patrik L.
.
Toggle Highlighting
SQL
SELECT P1.page_title, R.rev_user_text FROM cswiki_p.revision R JOIN cswiki_p.page P1 ON R.rev_page = P1.page_id LEFT JOIN cswiki_p.redirect D ON D.rd_from = P1.page_id WHERE R.rev_parent_id = 0 AND P1.page_namespace = 0 AND R.rev_timestamp>=20180101000000 AND R.rev_timestamp< 20190101000000 AND D.rd_from is null ORDER BY R.rev_timestamp ASC a na přesměrování SELECT s.rev_user_text, count(*) FROM ( SELECT P1.page_title, R.rev_user_text FROM cswiki_p.revision R JOIN cswiki_p.page P1 ON R.rev_page = P1.page_id LEFT JOIN cswiki_p.redirect D ON D.rd_from = P1.page_id WHERE R.rev_parent_id = 0 AND P1.page_namespace = 0 AND R.rev_timestamp>=20180101000000 AND R.rev_timestamp< 20190101000000 AND not (D.rd_from is null) ORDER BY R.rev_timestamp ASC ) s group by s.rev_user_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...