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.
我的数据库中有一个 TIME 类型的列,该列应该包含其他两个 TIME 的总和,问题是当结果的小时数超过 24 小时时,该列再次重置为 00:00:00 ,而不是查看 25:00:00 这是我想看到的结果,关于如何在不更改列类型的情况下获得它的任何帮助?
如果要存储大于可能的数字,time则该数据类型不合适。
time
使用另一种方式来存储数据,例如秒数。你可以使用一个unsigned int。
unsigned int