Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 23, 2020 10:07
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 velotiotech/9db15da501318b19cbfb07291e316cbb to your computer and use it in GitHub Desktop.
Save velotiotech/9db15da501318b19cbfb07291e316cbb to your computer and use it in GitHub Desktop.
SELECT a.*
FROM employees a, emp_dept_details b
WHERE b.Dept_Id=2 AND a.Emp_No = b.Emp_Id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment