Re: [GENERAL] How to Convert VarChar to Date in PgSQL

2009-03-10 Thread Pavel Stehule
hello 2009/3/10 Venkat Rao Tammineni : > Dear All, > > > > > >   I have one table which has lot of data.In the same table I have one > varchar filed. I want to convert into Date data type? Is It possible to > convert varchar to date datatype with out loosing data.Please guide me.I am > waiting for

Re: [GENERAL] How to Convert VarChar to Date in PgSQL

2009-03-10 Thread A. Kretschmer
In response to Venkat Rao Tammineni : > Dear All, > > > > > > I have one table which has lot of data.In the same table I have one varchar > filed. I want to convert into Date data type? Is It possible to convert > varchar > to date datatype with out loosing data.Please guide me.I am waiti

Re: [GENERAL] How to Convert VarChar to Date in PgSQL

2009-03-10 Thread Raymond O'Donnell
On 10/03/2009 12:07, Venkat Rao Tammineni wrote: > I have one table which has lot of data.In the same table I have one > varchar filed. I want to convert into Date data type? Is It possible to > convert varchar to date datatype with out loosing data.Please guide me.I am > waiting for your great r

[GENERAL] How to Convert VarChar to Date in PgSQL

2009-03-10 Thread Venkat Rao Tammineni
Dear All, I have one table which has lot of data.In the same table I have one varchar filed. I want to convert into Date data type? Is It possible to convert varchar to date datatype with out loosing data.Please guide me.I am waiting for your great response. ?Thanx & Regards Ve