>
select count(phrase) as count , phrase
from conversation
where date_format(date , '%Y年%c月%e日') = '2003年3月25日'
group by phrase
order by count desc
limit 10
count | phrase |
---|---|
45 | ヤバいですね |
22 | 間に合わないっぽい |
15 | ちょっと時間的に… |
13 | もう間に合わないです |
8 | 時間がないですよ |
7 | ダメですね |
5 | できません |
4 | そんなの意味ないですよ |
3 | 無理です |
1 | 死ね |