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

SQL

AخA
 
SELECT rc_timestamp, rc_title, rc_user_text, rc_comment, rc_old_len, rc_new_len, rc_last_oldid, rc_this_oldid
FROM recentchanges
WHERE rc_type = 0
AND rc_timestamp < DATE_FORMAT(DATE_SUB(CURDATE(), INTERVAL 1 DAY), '%m%d%H%i%s')
AND rc_timestamp > DATE_FORMAT(DATE_SUB(CURDATE(), INTERVAL 2 DAY), '%m%d%H%i%s')
ORDER BY rc_timestamp
ASC
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...