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
Msz2001
.
Toggle Highlighting
SQL
SELECT actor_name AS "Użytkownik", page_title AS "Strona", comment_text AS "Opis zmiany" FROM `comment` JOIN revision ON rev_comment_id = comment_id JOIN actor ON rev_actor = actor_id JOIN page ON page_id = rev_page WHERE LOWER(CONVERT(comment_text USING UTF8)) LIKE '%#1lib1ref%' AND page_namespace = 0 -- tylko artykuły AND rev_timestamp BETWEEN '20240509220000' AND '20240615220000'; -- 10.05. - 15.06. (z korektą strefy czasowej) -- AND rev_timestamp BETWEEN '20240114230000' AND '20240205230000'; -- 15.01. - 5.02. (z korektą strefy czasowej; dla upewnienia się o poprawności wyniku)
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...