Mysql
 sql >> Base de Dados >  >> RDS >> Mysql

Qual é a melhor maneira no MySQL de obter quantas horas algo tem?

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