Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Nouveaux verbes sur le wiktionnaire depuis juillet 2021
by
Lepticed7
This query is marked as a draft
This query has been published
by
Lamadesbois
.
Toggle Highlighting
SQL
#SELECT page_title #FROM page, categorylinks AS cl #WHERE page_id = cl_from #AND cl_to = "Locutions_nominales_en_français" #AND page_title REGEXP "^[^_]+_[^_]+$" #Order by page_title; SELECT #cl_to page_title, count(cl_to) nbcat FROM page JOIN categorylinks AS cl on page_id = cl_from WHERE cl_to in ("Locutions_nominales_en_français", "Hyperboles_en_français", "Métaphores_en_français", "Compositions_en_français" ,"Lexique_en_français_de_la_philosophie" ,"Idiotismes_corporels_en_français" ,"Termes_familiers_en_français" ,"Termes_péjoratifs_en_français" ,"Lemmes_en_français" ,"Locutions_interjectives_en_français" ,"Mots_en_français_issus_d’un_mot_en_vieux-francique" ,"Locutions_adverbiales_en_français" ,"Lexique_en_français_de_l’électricité" ,"Lexique_en_français_de_l’acoustique" ,"Marques_substitutives_en_français" ,"Euphémismes_en_français" ,"Exemples_en_français" ,"Termes_par_dérision_en_français" ,"Lexique_en_français_du_sport" ,"" ,"" ,"" ) AND page_title REGEXP "^[^\._-]+_+[^\._-]+$" #AND page_title REGEXP "^[^\._-]+_?[^\._-]*$" GROUP BY page_title #HAVING count(cl_to = "Locutions_nominales_en_français" OR NULL)>0 /*and count(cl_to = "Hyperboles_en_français" OR NULL)>0 */ -- and count((cl_to = "Lexique_en_français_de_la_génétique") OR NULL )=1 Order by nbcat desc, lcase(page_title) #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...