Posted by: ujl June 30, 2019
Need help on Sql query
Login in to Rate this Post:     0       ?        
SELECT * FROM Member
WHERE EmployementStatus = 'Employee';

This query will fetch all the rows where member are employed.
Read Full Discussion Thread for this article