Jump to content

Semi-complex query that counts number of occurrences of a certain value


Rohlan

Recommended Posts

Hello all.

 

I'm having a difficult time figuring out this query, I even think I've done it once before but can't seem to remember what I did.

 

This is my data:

 

+--+----------+

|ID | type    |

+--+----------+

| 1 | type_1 |

| 2 | type_2 |

| 3 | type_2 |

| 4 | type_1 |

| 5 | type_1 |

+--+----------+

 

I simply need to get the results in this fashion:

 

Types  | Quantity

type_1 | 3

type_2 | 2

 

Why am I not figuring this out? seems so simple..

 

Any help is appreciated.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.