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
Lucas Werkmeister
.
We can’t directly query for the grammatical features of a lexeme in SQL, but except in rare special cases, a lexeme with two links from its page will have a language and a lexical category (which are not the same and therefore two links) and no grammatical features on any of its forms (unless they match one of the other two items).
Toggle Highlighting
SQL
USE `wikidatawiki_p`; SELECT COUNT(*) FROM `page_props` WHERE `pp_propname` = 'wbl-forms' AND `pp_sortkey` = 1 AND ( SELECT COUNT(*) FROM `pagelinks` WHERE `pl_from` = `pp_page` ) = 2;
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...