SQL
AخA
use jawiki_p;
select
rev_id,
rev_page,
rev_comment,
rev_user_text,
rev_timestamp,
rev_len,
rev_parent_id
from revision_userindex
where
rev_page = "802784" and
rev_len > 2000
group by rev_page
limit 1
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.