Last active
July 24, 2021 17:56
-
-
Save frendhisaido/37c0b1fdf6a299ec4bbeee2f7ea50306 to your computer and use it in GitHub Desktop.
JDS BI_DEV_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 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