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
WOSlinker
.
Toggle Highlighting
SQL
SELECT page_title FROM page LEFT JOIN categorylinks ON cl_from = page_id AND cl_to NOT IN ('File_message_boxes', 'Lua-based_templates', 'Navbox_orphans', 'Navboxes_using_background_colours', 'Navboxes_using_borders', 'Navigational_boxes_without_horizontal_lists', 'Noindexed_pages', 'Pages_using_the_EasyTimeline_extension', 'Pages_using_the_Graph_extension', 'Pages_with_broken_reference_names', 'Pages_with_disabled_graphs', 'Pages_with_non-numeric_formatnum_arguments', 'Pages_with_reference_errors', 'Pages_with_script_errors', 'Potentially_illegible_navboxes', 'Sidebars_with_styles_needing_conversion') WHERE page_namespace = 10 AND page_is_redirect = 0 AND ISNULL(cl_from) AND page_title NOT LIKE '%/%' ORDER BY page_title 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...