Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Created October 29, 2020 22:16
Show Gist options
  • Select an option

  • Save MeetMartin/98bc90819cd9c7f72004e10eaa478206 to your computer and use it in GitHub Desktop.

Select an option

Save MeetMartin/98bc90819cd9c7f72004e10eaa478206 to your computer and use it in GitHub Desktop.
SELECT e.name, m.name FROM Employee e, Employee m WHERE e.Employee_id=m.Manager_id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment