SQL
AخA
use wikidatawiki_p;
SELECT CURRENT_DATE;
SELECT CONCAT('P', term_entity_id), term_text
from wb_terms
WHERE term_entity_type = 'property' AND term_language = 'en' and term_type = 'label'
ORDER bY term_entity_id desc;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.