Alright, so basically I just need to figure out how many of each number there are in a line. So for example:
3 2 9 4 3 3 4 3 4 3 3 4 4 3 3 3 3 3 3 3 3 3 3 3 3 2 3 3 3 3 3 3 4 3 3 4 13 13 4 3 3 13 3 13 13 13 13 13 13 13 13 13 9 4 4 4 4 3 5 3 9 10 3 4 8 10 4 3 4 13 13 13 13 4 2 5 5 13 13 13 13 13 4 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 9 13
These are the numbers, all in one line. I need to count how many 2's, 3's, 4's, etc. there are in this line. How would I go about doing this?
The functions are using SQL, more specifically I'm using the Klipfolio service.