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
Semi-Brace
.
Toggle Highlighting
SQL
use jawiktionary_p; SELECT p.page_title FROM categorylinks cl, page p WHERE TRUE AND p.page_namespace = 0 AND p.page_is_redirect = 0 AND cl.cl_from = p.page_id AND cl.cl_to = "日本語_色名" ORDER BY page_random LIMIT 1000; use jawiki_p; SELECT p.page_title FROM categorylinks cl, page p WHERE TRUE AND p.page_namespace = 0 AND p.page_is_redirect = 0 AND cl.cl_to = "色名" AND p.page_title <> "JIS慣用色名" AND p.page_title <> "リンク色" AND cl.cl_from = p.page_id ORDER BY page_random 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...