Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
軽快
.
記事タイトルの最後に「学部」が付く日本語版ウィキペディアの記事の一覧
Toggle Highlighting
SQL
use jawiki_p; select child.rev_user_text, child.rev_page, child.rev_timestamp, child.rev_len, parent.rev_len, cast( child.rev_len as signed ) - ifnull( cast( parent.rev_len as signed ), 0 ) from ( select * from revision where rev_page in( select page_id from page where page_title in( "アメリカ合衆国の経済史", "アメリカ合衆国の鉄道史", "アメリカ合衆国の独立", "アメリカ合衆国の歴史 (1789-1849)" ) and page_namespace = 0 ) ) as child left outer join ( select * from revision where rev_page in( select page_id from page where page_title in( "アメリカ合衆国の経済史", "アメリカ合衆国の鉄道史", "アメリカ合衆国の独立", "アメリカ合衆国の歴史 (1789-1849)" ) and page_namespace = 0 ) ) as parent on child.rev_parent_id = parent.rev_id
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...