题解 | 统计快递运输时长
统计快递运输时长
https://www.nowcoder.com/practice/bb4196936f15424dbabe76a501186d91
select a.exp_type,round(avg(timestampdiff(second,b.out_time,b.in_time))/3600,1) as time from express_tb a join exp_action_tb b on a.exp_number=b.exp_number group by a.exp_type order by time
查看2道真题和解析
OPPO公司福利 1225人发布