I need to subtract StartTime from EndTime in SQL and convert it to…
Question Answered step-by-step I need to subtract StartTime from EndTime in SQL and convert it to… I need to subtract StartTime from EndTime in SQL and convert it to 108 or HH:MM:SS in SQL Server I’m lost but currently have:CONVERT(CHAR(20), StartTime, 108), – CONVERT(CHAR(20), EndTime, 108) AS “Length”, What’s the easiest route for this? Computer Science Engineering & Technology MYSQL COMM 464 Share QuestionEmailCopy link Comments (0)


