Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

How to get MIN,MAX and AVG time

$
0
0

I have a logic in my Stored procedure ,where I want to check the timings of min,max and avg timings.


If (@ID like 'TRE%')
   BEGIN   

    SELECT
  @Col1= substri


Viewing all articles
Browse latest Browse all 3145

Trending Articles