sql >> Base de Datos >  >> RDS >> Mysql

¿Cuál es la mejor manera en MySQL de saber cuántas horas tiene algo?

SELECT (UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(you_date_time)) / 3600