Forum

Write a query to di...
 
Share:
Notifications
Clear all

Write a query to display the first and the last record from the Employee info table.


Posts: 1
Guest
Topic starter
(@Ramesh k)
New Member
Joined: 3 years ago

Write a query to display the first and the last record from the Employee info table.

For First Record

SELECT * FROM EmployeeInfo

WHERE EmpID=(SELECT MIN(EmpID)

FROM Employeelnfo);

Leave a reply

Author Name

Author Email

Title *

 
Preview 0 Revisions Saved
Share: