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
Student83456
.
Toggle Highlighting
SQL
select substr(rev_timestamp, 5, 4) as "DZIEŃ", if(substr(rev_timestamp, 1, 4) = 2019, (select count(rev_id) from revision where substr(rev_timestamp, 1, 4) = 2019 ), "hmm") as "l2019", if(substr(rev_timestamp, 1, 4) = 2020, (select count(rev_id) from revision where substr(rev_timestamp, 1, 4) = 2020 ), "hmm") as "l2020", if(substr(rev_timestamp, 1, 4) = 2021, (select count(rev_id) from revision where substr(rev_timestamp, 1, 4) = 2021 ), "hmm") as "l2021", if(substr(rev_timestamp, 1, 4) = 2022, (select count(rev_id) from revision where substr(rev_timestamp, 1, 4) = 2022 ), "hmm") as "l2023", if(substr(rev_timestamp, 1, 4) = 2023, (select count(rev_id) from revision where substr(rev_timestamp, 1, 4) = 2023 ), "hmm") as "l2023" from revision group by 1 order by 1;
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...