Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つの日付の間隔を「yyyy:mm:dd hh:mm:ss」として取得するにはどうすればよいですか?
私が使用する場合
SELECT TIMEDIFF(UploadedDate,Verification_Date) AS 'delay' from table;
結果は
25:20:13
これを 0000:00:01 01:20:13 と表示できますか?
誰かがこのクエリについて考えを持っていますか?