Advertisement
saleks28

Untitled

Sep 23rd, 2020
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. SELECT CS_Component.Critical, COUNT(*) Count
  2. FROM CS_Component GROUP BY CS_Component.Critical;
  3.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement