Advertisement
apl-mhd

more than one row

Aug 3rd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.14 KB | None | 0 0
  1. SELECT employees.EMPLOYEE_ID,  FIRST_NAME
  2. FROM employees
  3. WHERE SALARY =(
  4.  
  5.    
  6.     SELECT SALARY FROM
  7.     employees WHERE LAST_NAME = 'abel'
  8. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement