Skip to content

Instantly share code, notes, and snippets.

@RelativeTech
Created March 25, 2021 20:41
Show Gist options
  • Save RelativeTech/9f458fa5cf4d3678c3ec5ce487ff32df to your computer and use it in GitHub Desktop.
Save RelativeTech/9f458fa5cf4d3678c3ec5ce487ff32df to your computer and use it in GitHub Desktop.
select employee.*
from workerX employee, workerX manager
where employee.manager_id =
and employee.compensation > manager.compensation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment