sql server - Getting HH:MM:SS format in a pivoted excel table from a sql output data -


in effort convert seconds hh:mm:ss using t-sql, used select convert(varchar, dateadd(ms, 121.25 * 1000, 0), 114) supplied in question how convert seconds hh:mm:ss using t-sql .

i export data excel sheet , looks '00:08:54:000' want, when insert pivot tableit comes out looking 181.5053935.

is there can data hh:mm:ss format.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -