Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P26
(An Untitled Masterwork)
Active
Public
Actions
Authored by
stwalkerster
on May 10 2016, 10:11 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Tags
None
Referenced Files
F592:
May 10 2016, 10:11 PM
2016-05-10 22:11:08 (UTC+0)
Subscribers
None
EXPLAIN
SELECT page_id, page_namespace, page_title
FROM page
LEFT JOIN pagelinks ON pl_namespace = page_namespace AND pl_title = page_title
LEFT JOIN templatelinks ON tl_namespace = page_namespace AND tl_title = page_title
LEFT JOIN page_props ON pp_page = page_id AND pp_propname = 'disambiguation'
LEFT JOIN categorylinks ON cl_from = page_id AND cl_to = 'All_set_index_articles'
WHERE pl_namespace IS NULL
AND page_namespace = 0
AND page_is_redirect = 0
AND tl_namespace IS NULL
AND pp_propname IS NULL
AND cl_to IS NULL
;
Event Timeline
stwalkerster
created this paste.
May 10 2016, 10:11 PM
2016-05-10 22:11:08 (UTC+0)
stwalkerster
created this object with visibility "Public (No Login Required)".
•
import-bot
changed the edit policy from "All Users" to "
Community
(Project)".
Feb 3 2017, 3:03 PM
2017-02-03 15:03:49 (UTC+0)
Log In to Comment