Skip to content

Instantly share code, notes, and snippets.

@melaraj2
Created February 27, 2013 02:39
Show Gist options
  • Save melaraj2/5044518 to your computer and use it in GitHub Desktop.
Save melaraj2/5044518 to your computer and use it in GitHub Desktop.
test
select count(acct.accountid)
from AccountsEntity acct
where
acct.active=true
and acct.enrollmentstatus= 'ACTIVE'
and acct.customertype is not null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment