SQL
AخA
USE wikidatawiki_p;
SELECT CONCAT(term_full_entity_id), concat("Dar"), CONCAT('"','تصنيف ويكيميديا','"')
FROM wb_terms
WHERE term_type = 'description'
AND term_language = 'arz'
#AND LENGTH(term_text) = 1
#AND term_text NOT RLIKE "\p{Han}"
AND term_text like ''
#limit 10
;
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.