问卷调查,答案表 数据统计.

[img]http://dl.iteye.com/upload/attachment/0078/2482/c8e48d6e-d17f-398c-a256-047678f4d21f.png[/img]
这是一个问卷调查的答案表,我怎样统计里面的数据呢?用什么语句啊? 数据库是oracle 10g

select entity_en_name,entity_show_name,count(entity_show_name) from tableName group by entity_en_name,entity_show_name

你的需求是神马呢?

count(*),*可以是你要的字段名啊!

数据在补充下,贴我看看