mysql语句为select timestampdiff(hour,departtime,arriveltime) from flight where flightNo = 'CZ6412';我想获取时间差,但是我没有这个字段,该如何获取?(java里面,hibernate注解创建的表)
select now() as 当前时间