Skip to content

Instantly share code, notes, and snippets.

select count(acct.accountid)
from AccountsEntity acct
where
acct.active=true
and acct.enrollmentstatus= 'ACTIVE'
and acct.customertype is not null