use wikidatawiki_p;
select *
from wb_terms
limit 100 |
5 years ago |
use wikidatawiki_p;
SELECT *
FROM wbt_property_terms
limit 100 |
5 years ago |
use wikidatawiki_p;
SELECT *
FROM wbt_property_terms
INNER JOIN... |
5 years ago |
use wikidatawiki_p;
SELECT DISTINCT ( CONCAT( 'P', wbpt_property_id ) ) as... |
5 years ago |