Created
June 15, 2023 16:18
-
-
Save blakedrumm/361b35c1bd215ee599e9c7e63d824f45 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select * | |
from BaseManagedEntity BME | |
LEFT JOIN TypedManagedEntity TME | |
ON BME.BaseManagedEntityId = TME.TypedManagedEntityId | |
where TME.BaseManagedEntityId IS NULL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment