作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如果时差结果为负数,如何将其设置为零
select TIMEDIFF('2016-01-29 12:28:18','2016-01-29 19:27:51') as diff;
<小时/>
| -06:59:33 |
最佳答案
试试这个:
select if((time_to_sec(TIMEDIFF('2016-01-29 12:28:18','2016-01-29 19:27:51'))/3600) < 0,0,TIMEDIFF('2016-01-29 12:28:18','2016-01-29 19:27:51')) as diff;
关于mysql - 如何将负时差值设置为零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35079574/
我的 C 代码有问题。我所做的就是这样: #include int main() { float zahlen[2]; for (int i = 0; i < 2; i++) {
我是一名优秀的程序员,十分优秀!