Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

count with where

select count(case Position when 'Manager' then 1 else null end)
from ...
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #count
ADD COMMENT
Topic
Name
8+7 =