PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

come faccio a raggruppare per ora in postgresql con un campo temporale?

usa date_trunc :

group by cdate, date_trunc('hour', ctime)