当前位置:
代码迷
>>
Sql Server
>> 一个关于time数据类型的有关问题
详细解决方案
一个关于time数据类型的有关问题
热度:
57
发布时间:
2016-04-27 14:57:40.0
一个关于time数据类型的问题
我想用time数据类型做一个数据库,其中要用到减法运算,但是发现time不支持减法、、希望有人能给我一个办法,让两个时间能够相减,例如13:13:13-12:12:12=01:01:01
数据库是SQL server 2008
------解决方案--------------------
探讨
create table tbl(
id int identity(1,1),
time1 time not null,
time2 time not null,
time3 time
)
insert tbl
select '13:13:13','12:12:12','' union all
select '12:36:45','12:12:12','' union all
……
------解决方案--------------------
探讨
参考这个方法自己弄弄
查看全文
相关解决方案
数据库 connect time out解决方案
https下session time out后,无法再次登陆,该如何处理
!odac140.bpl it is not design time package
C#与Visual Basic的异与同(2)——数据类型
如何用正则表达式验证numeric(5,4)数据类型
update voter set time=#2007/04/28# 14:04:44# where id=1 错在哪了 请大哥指点,该如何解决
不能比较或排序 text、ntext 跟 image 数据类型
非常非常急敬请高手们帮忙!分在前两天都散光了!DB2数据库连接出现 SQL0666-Estimated query processing time 192 exceeds limit 30,该如何解决
布尔型(Boolean) 对应的 Orecal 数据类型 是什么?解决思路
oracle数据库施行update语句时弹出Execution time
急等解决报错:Run-time error '1004'. Application-defined or operation-defined error,该如何处理
! CDMA时间戳(Time Stamp)
求救! CDMA时间戳(Time Stamp)!解决办法
time() 函数取的哪个系统的时间?解决办法
time() 函数取的哪个系统的时间?解决思路
fastdb "group by time"查询一组时间,该怎么处理
vfp date and time picker控件有关问题
sorry,long time no see.该如何解决
0928I wish I had all the time I'd ever wasted,so I could waste it all over again解决方法
每日背熟一句英语(11)I spent most of my spare time reviwing those sentences last weekend
每日背熟一句英语(5)By the time he got back to his coffee it was stone-cold
每天背熟一句英语(5)By the time he got back to his coffee it was stone-cold.解决办法
每天背熟一句英语(11)I spent most of my spare time reviwing those sentences last weekend.解决思路
sorry,long time no see.解决方法
英文小说推荐-The Curious Incident of the Dog in the Night-Time,该如何处理
SVN运用的一些注意事项(upgrade over time)
请问,JNA如何模拟C中的void*数据类型?
数据类型
"stdlib.h","math.h"和"time.h"
[求助]struct语句 数据类型 问题