I've two coloumns named Time_In and Grace_Time,which is in time format.I want to add these two columns. I've used '+' operator but it doesnt works.Im getting the error like this
Operand data type time is invalid for add operator.
How can i do it??