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
Lamadesbois
.
Toggle Highlighting
SQL
/*SELECT * distinct(page_title), cl_to FROM page join categorylinks ON cl_from = page_id WHERE page_title='coup_dur' cl_to in ('Locutions_nominales_en_français', 'Termes_familiers_en_français') AND page_title not in ('accueil', 'Disclaimers', '!') order by page_len desc limit 10*/ select cl_from from categorylinks WHERE CL_to='Locutions_nominales_en_français' limit 100 UNION select cl_from from categorylinks WHERE CL_to='Termes_familiers_en_français' limit 100
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...