Postgresql – How to extract the integer value of a time formatted as "MI:SS"
I would like to import an Excel file in which times are formatted as "00:00" (minutes:seconds). The corresponding field in the database is designated as an integer. Which function can I use to enter the value and convert it to…