id | duration_seconds (int) | is_billable (boolean) 1 | 100 | false 2 | 500 | true 3 | 100 | false 4 | 150 | true
是否可以从一个查询中得到这样的结果?
total_duration | billable_duration | non_billable_duration 850 | 650 | 200