Browse by Tags

All Tags » time calculation (RSS)

Time Calculation on Numbers

In Forums sometimes I read questions on how to find out the difference between two times which are stored as characters Here are some possible answers Subtraction declare @t1 v archar ( 5 ), @t2 varchar ( 5 ), @sum float select @t1 = '12.56' ...
Posted by Madhivanan | with no comments