
26 Sep
2003
26 Sep
'03
10:54 a.m.
We summerize the time per customer, so you may take this as a start: "SELECT customer_id, sum(time_unit) FROM time_accounting, ticket Where ticket.id=ticket_id group by customer_id" Matthias Wegner