SQL
AخA
use jawiki_p;
select *
from pagelinks as pl
join page on pl_from = page_id
where
pl_from_namespace = "4" and
page_title like "月間新記事賞/%年%月"
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.