Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   PHP / mySQL (http://siteownersforums.com/forumdisplay.php?f=10)
-   -   Write an SQL query to find names of employee start with 'A'? (http://siteownersforums.com/showthread.php?t=357566)

Pavan Techn 06-01-2018 10:14 AM

Write an SQL query to find names of employee start with 'A'?
 
SELECT * FROM Employees WHERE EmpName like 'A%'


All times are GMT -7. The time now is 05:53 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.