STAT query to count similar records

Hi

For example I have model (CActiveRecord)




class Model

{

 public $id;

 public $type;

}



how it is possible to provide statistical relation returning amount of records with the same type?

thx

It seems to be that Yii cannot handle non integer keys and indexes.