计算时长

select sum(num) from (select UNIX_TIMESTAMP(CONCAT('2015-01-19 ',playtime))-UNIX_TIMESTAMP(CONCAT('2015-01-19 ','00:00:00')) as num from video limit 7984) as hh;ide
相关文章
相关标签/搜索