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
MarioGom
.
Toggle Highlighting
SQL
SET STATEMENT max_statement_time = 30 FOR SELECT DISTINCT p.page_title, rev_parent_id FROM category AS c INNER JOIN categorylinks AS cl ON (c.cat_title = cl.cl_to) INNER JOIN page AS p ON (cl.cl_from = p.page_id) INNER JOIN revision_userindex AS r ON (r.rev_page = p.page_id) INNER JOIN actor AS a ON (r.rev_actor = a.actor_id) WHERE ( cat_title LIKE '%company%' OR cat_title LIKE '%companies%' OR cat_title LIKE '%living people%' ) AND rev_parent_id = 0 AND a.actor_name = 'MarioGom'
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...