Mysql
 sql >> Database >  >> RDS >> Mysql

ADDTIME() restituisce 24 ore

Non sono sicuro che sia la soluzione migliore, ma sembra funzionare :

SELECT TIME((ADDTIME(TIME('23:59:59'), TIME('02:00:00')))%(TIME('24:00:00')));