Skip to content

Instantly share code, notes, and snippets.

@corerman
Created June 14, 2017 01:52
Show Gist options
  • Save corerman/8f0e08af5d9ef8bd8b437ea5ea0b9bc5 to your computer and use it in GitHub Desktop.
Save corerman/8f0e08af5d9ef8bd8b437ea5ea0b9bc5 to your computer and use it in GitHub Desktop.
Sql left join
select a.oldman_name,b.org_id
From tbl_assess_oldman_ability a LEFT JOIN tbl_assess_user b
ON a.assess_user_id=b.admin_id
where b.org_id=15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment