Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Convert int to time

    What did I post wrong? I read your best practices Etiquette.

  • RE: Convert int to time

    This is an SQL 2000 database my query is:

    SELECT EXTENSION, timestamp, CONVERT(VARCHAR,Duration / 60) + ':' + RIGHT('00' + CONVERT(VARCHAR,duration % 60),2) as DURATION

    FROM CDR

    WHERE (TIMESTAMP BETWEEN CONVERT(DATETIME, '2012-10-01...

Viewing 2 posts - 1 through 3 (of 3 total)