Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save YMA-MDL/325b791a4791cd8adeed109e81beccc7 to your computer and use it in GitHub Desktop.
Save YMA-MDL/325b791a4791cd8adeed109e81beccc7 to your computer and use it in GitHub Desktop.
#aras #sql
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