I have an entry in a table for time duration that is formatted as "xxx minutes xx seconds". The application never shows "hours", just "xxx minutes xx seconds" and the minutes can climb as high as it gets (some entries have over 2000 minutes!). Anyways, I'd like to convert this string to total seconds in numeric datatype so that I can run SUM on the table for user stats. Any scripts that will make this easy?
TIA
TIA