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
Ddetours
.
Toggle Highlighting
SQL
SELECT DISTINCT p.page_title AS player_name FROM pagelinks pl JOIN page p ON pl.pl_target_id = p.page_id JOIN page p_team ON pl.pl_from = p_team.page_id JOIN categorylinks cl_team ON p_team.page_id = cl_team.cl_from WHERE p_team.page_title = 'Toronto_Blue_Jays' AND p.page_namespace = 0 AND cl_team.cl_to = 'Major_League_Baseball_teams' AND p.page_id IN ( SELECT cl_player.cl_from FROM categorylinks cl_player WHERE cl_player.cl_to = 'Major_League_Baseball_players' );
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...