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

Sådan formateres tid til '2:34 timer', '0:34 timer' osv. i MySQL

Ja, pak den ind i TIME_FORMAT() :

SELECT operator_no, log_in_time,
       TIME_FORMAT(
           TIMEDIFF(log_in_time, log_out_time),
           '%H:%i hrs'
       ) AS Duration


  1. SQL Vis seneste post i GROUP BY?

  2. Indlæs dynamisk information til Twitter Bootstrap modal

  3. Migrering af en Microsoft Access-database til SQL Server

  4. SQL Server 2005 og midlertidig tabelomfang