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
Balajijagadesh
.
Toggle Highlighting
SQL
SELECT DISTINCT CONCAT('https://www.wikidata.org/wiki/', term_entity_id) AS wikidata_item, term_text AS author_name FROM wikidatawiki_p.wb_terms JOIN wikidatawiki_p.wb_items_per_site ON term_entity_id = ips_item_id WHERE term_type = 'label' AND term_language = 'ta' AND term_entity_id IN ( SELECT DISTINCT property_value FROM ( SELECT cl_entity_id AS property_value FROM wikidatawiki_p.claims WHERE cl_property = 'P570' AND -- Date of death property YEAR(FROM_UNIXTIME(cl_value)) = 1965 ) AS subquery ) AND ips_site_id = 'tawiki';
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...