MySQLが1つのクエリで探している値を返すようにする場合は、次を使用できます。 select date(tstamp), sum(value) from your_table group by date(tstamp);