from previous questions, query like this wont return any result.
id in table external_entities have way different value in propertyentry.entity_id
select *
from propertyentry pe,
propertystring ps,
external_entities ee
where pe.ID = ps.ID
and ee.ID = pe.ENTITY_ID
and PROPERTY_KEY like 'jira.meta.%'