I need to display the count of present status for a particular name
Select count(*) from employees where status='Present';
Select count(*) from employees where status='Present';
This query returns me entire present count. What should iI do to get status for a particular name
I need to display the count of present status for a particular name
Select count(*) from employees where status='Present'; This query returns me entire present count. What should i do to get status for a particular name
I need to display the count of present status for a particular name
Select count(*) from employees where status='Present';
This query returns me entire present count. What should I do to get status for a particular name
I need to display the count of present status for a particular name
Select count(*) from employees where status='Present'; This query returns me entire present count. What should i do to get status for a particular name