Hello,
I have field in db table which have real datatype in SQL 2005. I want to convert it into time (HH:MM) format and add to another time.
ex:
0.3 (convert it to 00:30) and want to add into 17:45 so i can get 18:15
0.45(convert it to 00:45) and want to add into 17:45 so i can get 18:30
1(convert it to 01:00) and want to add into 17:45 so i can get 18:45
Thanks.