Guest User

Untitled

a guest
Jan 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. SELECT Type, Count(Id)
  2. FROM Account
  3. WHERE Type in ('Prosepct','Other','Customer direct')
  4. GROUP BY Type
  5.  
  6. Select AccountTypeField, Count(Id) from Account Group by AccountTypeField
Add Comment
Please, Sign In to add comment