SQL
AخA
USE trwiki_p;
SELECT ipb_user, fr_page_id, fr_timestamp, fr_flags, ipb_expiry, *
FROM flaggedrevs
JOIN ipblocks on ipb_id = fr_user
# LEFT JOIN revision on
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.