I needed to find all of the inactive records for an entity that had documents attached:
SELECT COUNT(*)
FROM new_myEntityBase t
JOIN annotationBase ab
ON t.myentityid = ab.objectid
WHERE statecode = 1
Technology, activities, etc.
No comments:
Post a Comment