Skip to content

Instantly share code, notes, and snippets.

@frendhisaido
Last active July 24, 2021 17:56
Show Gist options
  • Save frendhisaido/37c0b1fdf6a299ec4bbeee2f7ea50306 to your computer and use it in GitHub Desktop.
Save frendhisaido/37c0b1fdf6a299ec4bbeee2f7ea50306 to your computer and use it in GitHub Desktop.
JDS BI_DEV_SQL
SELECT name FROM employees
WHERE id NOT IN(SELECT managerId FROM employees WHERE managerId IS NOT NULL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment