Created
July 12, 2019 15:06
-
-
Save YMA-MDL/325b791a4791cd8adeed109e81beccc7 to your computer and use it in GitHub Desktop.
#aras #sql
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 ALS_Activity act | |
LEFT JOIN ALS_ActivityPredecessors pre | |
ON act.id = pre.source_id | |
WHERE pre.source_id IS NULL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment