SQL
AخA
use tewiki_p;
select page_title,comment_text,rev_timestamp,rev_parent_id from revision,page,comment
where rev_actor=139
and page_namespace=0
and page_id=rev_page
and comment_id=rev_comment_id
order by rev_timestamp desc
limit 100
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.