Skip to content

Instantly share code, notes, and snippets.

@san9dev
Created October 1, 2024 12:37
Show Gist options
  • Save san9dev/370f60b20d7fafd345a6e60a05be25af to your computer and use it in GitHub Desktop.
Save san9dev/370f60b20d7fafd345a6e60a05be25af to your computer and use it in GitHub Desktop.
SELECT course_id, COUNT(*)
FROM community_courses_directions
GROUP BY course_id
HAVING COUNT(*) > 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment