SQL
AخA
use lvwiki_p;
select rc_timestamp, rc_user_text, rc_title, rc_this_oldid, rc_params
from recentchanges
join page on rc_cur_id=page_id
where rc_type=6
order by rc_timestamp desc
limit 500;
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.