I have a colum in an SQL db that is the total time that it takes someone to complete an online assessment, but it's stored as a string. An example would be 1:45. So it took them one minute forty five seconds to complete the test.
How do I convert that to a number first then to total seconds?
The column name is {ComputerBasicsAssessment.OverallTime}
How do I convert that to a number first then to total seconds?
The column name is {ComputerBasicsAssessment.OverallTime}