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.
如何将两个日期之间的间隔设为“yyyy:mm:dd hh:mm:ss”
如果我使用
SELECT TIMEDIFF(UploadedDate,Verification_Date) AS 'delay' from table;
结果是
25:20:13
我可以将其视为 0000:00:01 01:20:13 吗?
有人知道这个查询吗?