This query is marked as a draft This query has been published by Steven Sun.

SQL

AخA
 
SELECT rc_timestamp 时间戳, rc_this_oldid 版本号, CONCAT("[[", rc_title, "]]") 条目名, CONCAT("{{User|", actor_name, "}}") 用户名
FROM recentchanges
LEFT JOIN actor
ON rc_actor = actor_id
WHERE rc_type = 1
AND rc_namespace = 0
AND rc_patrolled = 0
AND rc_timestamp > 20250223000000
AND rc_timestamp < 20250224000000
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...