sql query

  • Thread starter Thread starter ruba786
  • Start date Start date
R

ruba786

i need to know a very simple query, can any1 write for me

display the employee name and salary of all employees who report to
king
 
Il Mon, 7 Jan 2008 21:46:42 -0800 (PST), (e-mail address removed) ha scritto:
i need to know a very simple query, can any1 write for me

display the employee name and salary of all employees who report to
king

SELECT EmpName, EmpSalary FROM Employees WHERE EmpBoss='king'

Vincenzo Turturro

Certificato Eucip Core Level
ITA 0000-002299 del 14/05/2007
 
Back
Top