T-SQL calculating average time
问题 I have a problem with calculating average time. This is the case: i have multiple rows, in each row there is data in time format so I need to calculate an average time of all rows and multiply it with number of rows but of course I have a problem with data format because I need to multiply time with integer Can somebody help me with some advice? thnx Here is some data: times 00:00:00.7400000 00:00:01.1870000 00:00:00.6430000 00:00:00.6100000 00:00:12.9570000 00:00:01.1000000 00:00:00.7400000