Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mahsa_mr
Starting Member
22 Posts |
Posted - 2008-11-11 : 06:13:17
|
| Hi,I have a table with 2 columns Time Format . i want to keep Sum of diff them in a view to use it in BO ( Business objects ) as a samplesample:Row No Time In Time Out Diff Sum1 07:36:00 16:02:00 08:26:00 08:26:002 11:35:00 18:12:00 06:37:00 15:03:00 =(06:37:00 +08:26:00) any idea PLS? |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|