How to convert varchar to date in PostgreSQL?

Posted by chandrasekhar on Stack Overflow See other posts from Stack Overflow or by chandrasekhar
Published on 2010-04-07T12:35:21Z Indexed on 2010/04/07 12:43 UTC
Read the original article Hit count: 270

Filed under:

Hi,

I have varchar data type column and date data type column . I have to update varchar column data into date column in PostgreSQL.

Is it possible?

Thanks.

chandu

© Stack Overflow or respective owner

Related posts about postgresql