SQL
AخA
SELECT DISTINCT rc_id,
rc_cur_id,
rc_title,
rc_timestamp,
rc_this_oldid,
rc_last_oldid,
rc_user_text,
rc_old_len,
rc_new_len,
rc_comment
FROM recentchanges
WHERE rc_title IN ('Rahim_Khan_mosque','Isfahan_Province','Seyyed_mosque_(Isfahan)','Mausoleum_of_Safavid_Princes','Charbag_Isfahan','Chehel_Sotoun','Hasht_Behesht','Chaharbagh_School','Abbasi_Hotel','Hakim_Mosqu_Isfahan')
AND rc_type = 0
AND rc_timestamp >= DATE_SUB(NOW(),
INTERVAL 2 HOUR)
ORDER BY rc_id DESC
LIMIT 10
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.