From: | Thirumoorthy Bhuvneswari <tbhuvneswari(at)yahoo(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Fetching as Date from a String |
Date: | 2002-10-17 04:22:38 |
Message-ID: | 20021017042238.76610.qmail@web13608.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
hi,
I am using Postgresql-7.1 with RedHat Linux-7.1 and
JDK-1.3.1. I am having a table named 'inv_table' with
a field 'inv_date' of datatype 'varchar'. But, the
field contains the records in the format
'05-10-02(dd-MM-yy)'. I created a view to take the
field like:
'select inv_date::text::date from inv_table'. It
fetches the date field in the format
'2002-05-10(yyyy-MM-dd)'. ie, 'dd' part of the string
is taken as the 'MM' here and vice versa. But, this
fetching works fine for dates above '12-10-2002'.
Is there a way to specify the format of the string in
the 'Select' query itself. Please help me. thanks.
bhuvana.
__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2002-10-17 04:45:05 | Re: Fetching as Date from a String |
Previous Message | Tom Lane | 2002-10-17 04:18:44 | Re: Has anyone seen this SPARC bug? [Fwd: Bug#165060: postgresql: int8 value out of range on sparc] |