SQL
x
use zhwiktionary_p;
select distinct linter_page, page_namespace, page_title
from linter
left join page on linter_page = page_id
where linter_cat = 2 and page_namespace = 2 and linter_params = '{"name":"font"}'
order by linter_id asc
limit 1000
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.