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
YFdyh000
.
Toggle Highlighting
SQL
USE zhwiki_p; -- https://zh.wikipedia.org/w/index.php?title=%E6%9B%BE%E6%9D%8E%E9%9D%92&diff=prev&oldid=75627061 SELECT page_title AS article_name, CONCAT('https://zh.wikipedia.org/w/index.php?diff=', rev_id) AS diff_link, CONCAT('https://zh.wikipedia.org/wiki/', page_title) AS article_link FROM revision JOIN page ON rev_page = page_id WHERE rev_user_text = 'Hbqxahz' -- 替换为要搜索的用户名称 AND rev_timestamp > '20230700' -- 替换为要搜索的日期,格式为YYYYMMDD AND page_namespace = 0 -- 限制为条目空间 AND ( rev_comment LIKE '%{{birth %' OR rev_comment LIKE '%{{bd|%' ) ORDER BY rev_timestamp DESC;
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...