SQL
x
use jawiki_p;
select page_title, page_len
from page
inner join categorylinks on page_id = cl_from and cl_to = "秀逸な記事";
select page_title, page_len
from page
inner join categorylinks on page_id = cl_from and cl_to = "良質な記事";
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.