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
Achim55
.
Toggle Highlighting
SQL
(SELECT CONCAT('# [[TimedText:', REPLACE (page_title,'_',' '), ']] → missing or bad extension') AS title FROM page WHERE page_namespace = 102 AND page_title NOT LIKE '%.srt' AND page_title NOT LIKE '%.vtt' ) UNION (SELECT CONCAT('# [[TimedText:', REPLACE (page_title,'_',' '), ']] → length ', page_len) AS title FROM page WHERE page_namespace = 102 AND page_len < 33 )/* UNION (SELECT CONCAT('# [[:{{ns:', page_namespace, '}}:', REPLACE (page_title,'_',' '), ']] → wrong ns?') AS title FROM page WHERE (page_title LIKE '%.srt' OR page_title LIKE '%.vtt') AND page_title NOT LIKE 'Deletion\_requests/%' AND page_namespace NOT IN (2, 3, 102, 103) )*/ ORDER BY title LIMIT 200;
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...