VARCHAR to TIME - Mailing list pgsql-general

From alex b.
Subject VARCHAR to TIME
Date
Msg-id 3EC16899.3020508@gmx.de
Whole thread Raw
Responses Re: VARCHAR to TIME  (Darren Ferguson <darren@crystalballinc.com>)
Re: VARCHAR to TIME  (Dennis Gearon <gearond@cvc.net>)
List pgsql-general
hi,


I have a couple thousand mp3s with all their properties stored in a
table... the songlength is currently saved as varchar... now, after the
database is filled the thought crossed my mind to get the overall
playlength... well, a "sum()" won't work on varchars, obviously...

now, I'd like to port the varchars to the time format.. could someone
give me hints on accomplishing this task?

TIA


  length      | character varying(10)  |


  SELECT length FROM tmp3 ;
...
  02:11
  04:19
  02:04
  03:36
  04:09
  04:08
  01:55
...


pgsql-general by date:

Previous
From: nolan@celery.tssi.com
Date:
Subject: Re: Creating functions and triggers
Next
From: Darren Ferguson
Date:
Subject: Re: VARCHAR to TIME