Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
How many external identifiers are there in Wikidata?
by
Lucas Werkmeister (WMDE)
This query is marked as a draft
This query has been published
by
Lucas Werkmeister (WMDE)
.
Sanity check for the query that this one is a fork of, to see if it works at all. Test Wikidata is a much smaller dataset.
Toggle Highlighting
SQL
USE `testwikidatawiki_p`; SELECT SUM(`pp_sortkey`) AS `total_identifiers` FROM `page_props` WHERE `pp_propname` = 'wb-identifiers' AND `pp_sortkey` > 0; SELECT NOW() AS "as of";
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...