Skip to content

Instantly share code, notes, and snippets.

@azulkipli
Created January 4, 2019 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azulkipli/6365d7d3acdd734c22fb18ec38a56a47 to your computer and use it in GitHub Desktop.
Save azulkipli/6365d7d3acdd734c22fb18ec38a56a47 to your computer and use it in GitHub Desktop.
JDS_SQL#2
select name from employees where id not in (select managerId from employees m where managerId is not null)
-- ref: https://sqliteonline.com/#fiddle-5c2f897f7180djmyjqi96d0a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment